You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1886 lines
111 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms">
<head>
<w2:type>DEFAULT</w2:type>
<w2:buildDate/>
<xf:model>
<xf:instance>
<data xmlns="" />
</xf:instance>
<w2:dataCollection baseNode="map">
<w2:dataMap baseNode="map" id="statMap">
<w2:keyInfo>
<w2:key id="fareOfficeId" name="요금소" dataType="text"></w2:key>
<w2:key id="kbn" name="구분" dataType="text"></w2:key>
<w2:key id="inStDate" name="통행일자(FROM)" dataType="text"></w2:key>
<w2:key id="inEdDate" name="통행일자(TO)" dataType="text"></w2:key>
</w2:keyInfo>
</w2:dataMap>
<w2:dataList baseNode="list" repeatNode="map" id="statList" saveRemovedData="true">
<w2:columnInfo>
<w2:column id="passDate" name="통행일자" dataType="text"></w2:column>
<w2:column id="doneQ" name="징수및면제" dataType="text"></w2:column>
<w2:column id="doneTargetCarQ" name="징수및면제중승용" dataType="text"></w2:column>
<w2:column id="payQ" name="징수건수" dataType="text"></w2:column>
<w2:column id="payNormalQ" name="징수 일반" dataType="text"></w2:column>
<w2:column id="sCarDiscQ" name="징수 경차" dataType="text"></w2:column>
<w2:column id="jungguDiscQ" name="징수 중구" dataType="text"></w2:column>
<w2:column id="greenDiscQ" name="징수 3종저공해" dataType="text"></w2:column>
<w2:column id="threeExemptQ" name="면제 3인탑승" dataType="text"></w2:column>
<w2:column id="complexCarExemptQ" name="면제 경형승합또는화물겸승용" dataType="text"></w2:column>
<w2:column id="dspsnExemptQ" name="면제 장애인" dataType="text"></w2:column>
<w2:column id="manyExemptQ" name="면제 다자녀" dataType="text"></w2:column>
<w2:column id="greenExemptQ" name="면제 저공해" dataType="text"></w2:column>
<w2:column id="diploCarExemptQ" name="면제 외교" dataType="text"></w2:column>
<w2:column id="remaindsExemptQ" name="면제 긴급공무 등" dataType="text"></w2:column>
<w2:column id="seunghabQ" name="승합" dataType="text"></w2:column>
<w2:column id="taxiQ" name="택시" dataType="text"></w2:column>
<w2:column id="busQ" name="버스" dataType="text"></w2:column>
<w2:column id="truckSpecQ" name="화물및특수" dataType="text"></w2:column>
<w2:column id="discQ" name="감면합계" dataType="text"></w2:column>
<w2:column id="targetCarExemptQ" name="승용 면제 소계" dataType="text"></w2:column>
<w2:column id="allExemptQ" name="전체면제 합계" dataType="text"></w2:column>
<w2:column id="nonTargetCarTypeQ" name="승용 외 면제 소계" dataType="text"></w2:column>
<w2:column id="passQ" name="통행량" dataType="text"></w2:column>
<w2:column id="minabQ" name="미납" dataType="text"></w2:column>
<w2:column id="normalPreQ" name="일반징수중사전" dataType="text"></w2:column>
<w2:column id="smallcarPreQ" name="경차감면중사전" dataType="text"></w2:column>
<w2:column id="jungguPreQ" name="중구감면중사전" dataType="text"></w2:column>
<w2:column id="childJesiQ" name="다자녀카드제시" dataType="text"></w2:column>
<w2:column id="jingsuDayCnt" name="징수일수" dataType="text"></w2:column>
<w2:column id="dailyPassCnt" name="일일통행량" dataType="text"></w2:column>
</w2:columnInfo>
</w2:dataList>
</w2:dataCollection>
<w2:workflowCollection></w2:workflowCollection>
<xf:submission id="sbm_statList" ref='data:json,{"id":"statMap","key":"param"}' target="data:json,statList"
action="/cfs/traffic/findTrafficPayExempt.do" method="post"
mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
processMsg="조회중입니다." ev:submit="" ev:submitdone="scwin.sbm_statList_submitdone" ev:submiterror="" abortTrigger="">
</xf:submission>
</xf:model>
<script type="text/javascript" lazy="false">
<![CDATA[
scwin.onpageload = function() {
//요금소(cfs01)
var sbxOptions = [{ code : "cfs01", compID : "sbx_fareOfficeId", option : sbx_fareOfficeId.getText() }];
com.setCfsCommonCode( sbxOptions );
//통행일자
var ymd = com.getToday();
ica_inStDate.setValue( ymd );
ica_inEdDate.setValue( ymd );
};
scwin.onpageunload = function() {
};
scwin.btn_search_onclick = function(e) {
if (com.validateGroup(grp_search) === false) {
return false;
}
if(ica_inEdDate.getValue() < ica_inStDate.getValue()){
com.alert("시작 일자가 종료 일자보다 큽니다. 날짜 형식을 확인해 주세요.");
return;
}
com.executeSubmission(sbm_statList);
};
scwin.btn_make_sat_onclick = function(e){
if (com.validateGroup(grp_search) === false) {
return false;
}
if(ica_inEdDate.getValue() < ica_inStDate.getValue()){
com.alert("시작 일자가 종료 일자보다 큽니다. 날짜 형식을 확인해 주세요.");
return;
}
if(sbx_fareOfficeId.getValue() != ""){
com.alert("요금소를 전체로 선택하세요.");
return;
}
if(rad_kbn.getValue() != 1){
com.alert("집계구분을 일별로 선택하세요.");
return;
}
com.alert("수동 집계 처리하시겠습니까?", function(rtn){
if(rtn){
scwin.ajaxMakeSat();
}
});
};
scwin.makeDateArray = function(st,ed){
var dateArray = [];
var st_re = st.replaceAll('-','');
var ed_re = ed.replaceAll('-','');
dateArray.push(ed_re);
if(st_re == ed_re){
return dateArray;
}
var dateVar = ed_re;
while(st_re < dateVar){
dateVar = scwin.getYesterDayStr(dateVar);
dateArray.push(dateVar);
}
dateArray.reverse();
return dateArray;
};
scwin.yyyymmddToDate = function(yyyymmdd){
var yyyymmdd_re = yyyymmdd.replaceAll('-','');
var strISO8601 = yyyymmdd_re.substring(0,4) + "-" + yyyymmdd_re.substring(4,6) + "-" + yyyymmdd_re.substring(6,8) + "T00:00:00";
return (new Date(strISO8601));
};
scwin.getYesterDayStr = function(str){
var yesterDateObj = new Date(scwin.yyyymmddToDate(str)-(1000*60*60*24));
var yesterY = ""+(yesterDateObj.getFullYear());
var yesterM = ""+(yesterDateObj.getMonth()+1);
if(yesterM.length == 1){
yesterM = "0"+yesterM;
}
var yesterD = ""+(yesterDateObj.getDate());
if(yesterD.length == 1){
yesterD = "0"+yesterD;
}
return yesterY+yesterM+yesterD;
};
scwin.ajaxMakeSat = function(e) {
var aJsonArray = new Array();
var dateArray = scwin.makeDateArray(ica_inStDate.getValue(),ica_inEdDate.getValue());
for(var i = 0; i<dateArray.length; i++){
var object = new Object();
object.passDate = dateArray[i];
aJsonArray.push(object);
}
var pureAjaxOpts = [];
var processMsgs = [];
for(var i=0; i < aJsonArray.length; i++){
var pureAjaxOpt = {
url : '/cfs/trsmrcv/makeSat.do'
, async : true
, dataType : 'json'
, contentType : 'application/json'
, type: 'POST'
, data : JSON.stringify(aJsonArray[i])
, success : function(data) {
if(data != null && data.result != null && data.result == "SUCCESS"){
gcm.progress.successCount++;
}
gcm.progress.wait = false;
}
, error : function(){
gcm.progress.wait = false;
}
};
pureAjaxOpts.push(pureAjaxOpt);
processMsgs.push("처리 중입니다. (" + (i+1) + " / " + aJsonArray.length + ")");
}
gcm.ajaxStart(pureAjaxOpts, processMsgs, scwin.ajaxMakeSatCallback);
};
scwin.ajaxMakeSatCallback = function(sucCnt, dataCnt){
if(sucCnt == dataCnt){
alert("집계생성 성공하였습니다.");
} else if(sucCnt == 0){
alert("집계생성 실패하였습니다. 전산담당자한테 문의하세요 E001");
} else {
alert("집계생성 "+dataCnt+"건 중 "+sucCnt+"건 성공하였습니다.");
}
};
scwin.rad_kbn_onchange = function() {
var kbn = rad_kbn.getValue();
if (kbn == '1') {
//일별
ica_inStDate.setCalendarValueType( "yearMonthDate" );
ica_inEdDate.setCalendarValueType( "yearMonthDate" );
ica_inStDate.setValue( com.getToday( "yyyyMMdd" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMMdd" ) );
} else if (kbn == '2') {
//월별
ica_inStDate.setCalendarValueType( "yearMonth" );
ica_inEdDate.setCalendarValueType( "yearMonth" );
ica_inStDate.setValue( com.getToday( "yyyyMM" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMM" ) );
} else if (kbn == '3') {
//년별
ica_inStDate.setCalendarValueType( "year" );
ica_inEdDate.setCalendarValueType( "year" );
ica_inStDate.setValue( com.getToday( "yyyy" ) );
ica_inEdDate.setValue( com.getToday( "yyyy" ) );
}
};
scwin.btn_excel_down_onclick = function(e) {
if (statList.getRowCount() == 0) {
com.alert("엑셀다운로드할 정보가 없습니다.");
return;
}
var info = {};
var options = {};
options.fileName = "혼잡통행료 징수_감면_면제_차량 비율"+com.getCurDtime()+".xlsx";
options.sheetName = "혼잡통행료 징수_감면_면제_차량 비율";
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
options.useSubTotal = "true"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
options.useStyle = "true";
options.printSet = {
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
};
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
options.removeColumns = ["30"]; // "승용차 내 비율"행이 있으므로 "승용계"열 제외
grd_gridView3.advancedExcelDownload( options, info );
};
scwin.justAtItIs = function(str){
return str;
};
scwin.alwaysZero = function(comment){
return '0';
};
scwin.sbm_statList_submitdone = function(e) {
};
]]>
</script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="TF027M01" method="post" action="/ClipReport4/reportView.jsp">
<input type="hidden" name="crfName"></input>
<input type="hidden" name="kbn"></input>
<input type="hidden" name="inStDate"></input>
<input type="hidden" name="inEdDate"></input>
</form>
<w2:wframe id="" initScript="scwin.wfTitleFavInit();" src="/cm/common/wf_titleFav.xml" style=""></w2:wframe>
<xf:group class="tbl_search" id="grp_search" style="">
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
<w2:attributes>
<w2:summary></w2:summary>
</w2:attributes>
<xf:group tagname="colgroup">
<xf:group tagname="col" style="width:90.00px;"></xf:group>
<xf:group tagname="col" style="width:140px;"></xf:group>
<xf:group style="width:200.00px;" tagname="col"></xf:group>
<xf:group style="width:70.00px;" tagname="col"></xf:group>
<xf:group style="width:250.00px;" tagname="col"></xf:group>
<xf:group style="width:*;" tagname="col"></xf:group>
</xf:group>
<xf:group adaptive="" adaptiveThreshold="" style="" tagname="tr">
<xf:group tagname="th" class="w2tb_th">
요금소
<w2:attributes></w2:attributes>
</xf:group>
<xf:group tagname="td" class="w2tb_td">
<w2:attributes></w2:attributes>
<xf:select1 id="sbx_fareOfficeId" ref="data:statMap.fareOfficeId"
allOption="" chooseOption="true" chooseOptionLabel="-전체-" direction="auto" appearance="minimal"
disabled="false" disabledClass="w2selectbox_disabled" displayMode="label"
style="width: 120px;" submenuSize="auto">
<xf:choices></xf:choices>
</xf:select1>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:select1 id="rad_kbn" ref="data:statMap.kbn"
selectedIndex="0" appearance="full" style="" cols="" rows="1"
ev:onchange="scwin.rad_kbn_onchange" renderType="table">
<xf:choices>
<xf:item>
<xf:label><![CDATA[일별]]></xf:label>
<xf:value><![CDATA[1]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[월별]]></xf:label>
<xf:value><![CDATA[2]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[년별]]></xf:label>
<xf:value><![CDATA[3]]></xf:value>
</xf:item>
</xf:choices>
</xf:select1>
<xf:group style="" id=""></xf:group>
</xf:group>
<xf:group class="w2tb_th" style="" tagname="th">통행일자</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<w2:inputCalendar id="ica_inStDate" ref="data:statMap.inStDate"
calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" renderDiv="true" renderType="component" style=""
weekStartsOn="0" validCheck="true" mandatory="true">
</w2:inputCalendar>
<w2:span id="spa_span1" label="~" style=""></w2:span>
<w2:inputCalendar id="ica_inEdDate" ref="data:statMap.inEdDate"
calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" renderDiv="true" renderType="component" style=""
weekStartsOn="0" validCheck="true" mandatory="true">
</w2:inputCalendar>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:group class="fl" id="">
<xf:trigger class="btn_sh" ev:onclick="scwin.btn_search_onclick" id="btn_search" style="" type="button">
<xf:label><![CDATA[조회]]></xf:label>
</xf:trigger>
</xf:group>
<xf:group class="fr" id="">
<xf:trigger class="btn_act update" ev:onclick="scwin.btn_make_sat_onclick" id="btn_make_sat" style="" type="button">
<xf:label><![CDATA[수동 집계 처리]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
<xf:group class="defaultbox" id="" style="">
<w2:textbox class="df_tt" id="" label="혼잡통행료 징수•감면 •면제 차량 비율(07시~21시)" style="" tagname="h2"></w2:textbox>
<xf:group class="fr" id="" style="">
<xf:trigger class="btn_act exceldown" id="btn_excel_down" style="" type="button"
ev:onclick="scwin.btn_excel_down_onclick">
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
<w2:gridView id="grd_gridView3" class="cm_grid" dataList="data:statList" fixedColumnWithHidden="true"
focusMode="row" ignoreCellClick="false" ignoreToggleOnDisabled="false" readOnly="true" scrollByColumn="false"
scrollByColumnAdaptive="false" style="height: 380px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all"
autoFit="none" autoFitMinWidth="">
<w2:header id="header1" style="">
<w2:row id="rowh1" style="">
<w2:column id="columnh$passDate" removeBorderStyle="false" width="80" inputType="text" style="height:35px;"
value="통행일자" blockSelect="false" displayMode="label" colSpan="" rowSpan="4">
</w2:column>
<w2:column id="columnh$countRatioGubun" removeBorderStyle="false" width="80" inputType="text" style="height:35px;"
value="구분" blockSelect="false" displayMode="label" colSpan="" rowSpan="4">
</w2:column>
<w2:column id="columnh$sum$jingsuAndExempt" blockSelect="false" displayMode="label" inputType="text" style="height:35px;"
value="전체" width="83" colSpan="" rowSpan="4">
</w2:column>
<w2:column id="columnh$group$targetCartype" removeBorderStyle="false" width="70" inputType="text" style="height:35px;"
value="승용" blockSelect="false" displayMode="label" colSpan="14" rowSpan="">
</w2:column>
<w2:column id="columnh$group$nontargetCartype" removeBorderStyle="false" width="350" inputType="text" style="height:35px;"
value="승용차 외" blockSelect="false" displayMode="label" colSpan="5" rowSpan="">
</w2:column>
<w2:column id="columnh$sum$allExempt" removeBorderStyle="false" width="70" inputType="text" style="height:35px;"
value="면제합계" blockSelect="false" displayMode="label" colSpan="" rowSpan="4">
</w2:column>
<w2:column id="columnh$group$bigo" removeBorderStyle="false" width="70" inputType="text" style="height:35px;"
value="비고" blockSelect="false" displayMode="label" colSpan="7" rowSpan="">
</w2:column>
<!-- for rowb3 -->
<w2:column id="columnh$sum$targetCartype" blockSelect="false" displayMode="label" inputType="text" style="height:35px;"
value="승용계" width="83" colSpan="" rowSpan="4"
hidden="true" textAlign="right">
</w2:column>
</w2:row>
<w2:row id="rowh2" style="">
<w2:column id="columnh$sum$allJingsu" removeBorderStyle="false" width="60" inputType="text" style="height:27px;"
value="징수&lt;br/&gt;소계" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column id="columnh$sum$normalJingsu" removeBorderStyle="false" width="60" inputType="text" style="height:27px;"
value="일반" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column id="columnh$group$discJingsu" removeBorderStyle="false" width="306" inputType="text" style="height:27px;"
value="감면" blockSelect="false" displayMode="label" colSpan="4" rowSpan="">
</w2:column>
<w2:column id="columnh$group$targetCartypeExempt" removeBorderStyle="false" width="70" inputType="text" style="height:27px;"
value="면제" blockSelect="false" displayMode="label" colSpan="8" rowSpan="">
</w2:column>
<w2:column id="columnh$sum$nontargetCartype" removeBorderStyle="false" width="70" inputType="text" style="height:96px;"
value="승합이상&lt;br/&gt;소계" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column id="columnh$sum$cartypeSeunghab" removeBorderStyle="false" width="70" inputType="text" style="height:96px;"
value="승합" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column id="columnh$sum$cartypeTaxi" removeBorderStyle="false" width="70" inputType="text" style="height:96px;"
value="택시" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column id="columnh$sum$cartypeBus" removeBorderStyle="false" width="70" inputType="text" style="height:96px;"
value="버스" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column id="columnh$sum$cartypeTruckAndSpec" removeBorderStyle="false" width="70" inputType="text" style="height:96px;"
value="화물/&lt;br/&gt;특수" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column id="columnh$sum$jingsuAndExemptAndMinab" removeBorderStyle="false" width="70" inputType="text" style="height:96px;"
value="통행량총괄/&lt;br/&gt;(미납 포함)" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column id="columnh$sum$minab" removeBorderStyle="false" width="70" inputType="text" style="height:96px;"
value="미납" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column id="columnh$sum$normalJingsuPre" removeBorderStyle="false" width="70" inputType="text" style="height:96px;"
value="사전등록&lt;br/&gt;일반" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column id="columnh$sum$smallcarJingsuPre" removeBorderStyle="false" width="70" inputType="text" style="height:96px;"
value="사전등록&lt;br/&gt;경차감면" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column id="columnh$sum$jungguJingsuPre" removeBorderStyle="false" width="70" inputType="text" style="height:96px;"
value="사전등록&lt;br/&gt;중구감면" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column id="columnh$sum$childJesi" removeBorderStyle="false" width="70" inputType="text" style="height:96px;"
value="다자녀&lt;br/&gt;카드제시" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column id="columnh$jingsuDayCnt" removeBorderStyle="false" width="70" inputType="text" style="height:96px;"
value="징수일수" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
</w2:row>
<w2:row id="rowh3" style="">
<w2:column id="columnh$sum$discJingsu" removeBorderStyle="false" width="70" inputType="text" style="height:69px;"
value="감면&lt;br/&gt;소계" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column id="columnh$sum$smallcarJingsu" removeBorderStyle="false" width="80" inputType="text" style="height:68px;"
value="경차" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column id="columnh$sum$jungguJingsu" removeBorderStyle="false" width="81" inputType="text" style="height:68px;"
value="중구지역" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column id="columnh$sum$lowJingsu" removeBorderStyle="false" width="75" inputType="text" style="height:68px;"
value="3종&lt;br/&gt;저공해" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column id="columnh$sum$targetCartypeExempt" removeBorderStyle="false" width="70" inputType="text" style="height:69px;"
value="면제&lt;br/&gt;소계" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column id="columnh$sum$tabseungExempt" removeBorderStyle="false" width="70" inputType="text" style="height:68px;"
value="3인이상" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column id="columnh$sum$complexCartypeExempt" removeBorderStyle="false" width="81" inputType="text" style="height:68px;"
value="경형&lt;br/&gt;승합/밴" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column id="columnh$sum$dspsnExempt" removeBorderStyle="false" width="70" inputType="text" style="height:68px;"
value="장애인/&lt;br/&gt;유공자" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column id="columnh$sum$lowExempt" removeBorderStyle="false" width="70" inputType="text" style="height:68px;"
value="1,2종&lt;br/&gt;저공해" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column id="columnh$sum$remaindsExempt" removeBorderStyle="false" width="70" inputType="text" style="height:68px;"
value="긴급/&lt;br/&gt;공무/&lt;br/&gt;보도 등" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column id="columnh$sum$diplomacy" removeBorderStyle="false" width="70" inputType="text" style="height:68px;"
value="외교/&lt;br/&gt;의전" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column id="columnh$sum$child" removeBorderStyle="false" width="70" inputType="text" style="height:62px;"
value="다자녀" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
</w2:row>
<w2:row style="" id="rowh4"></w2:row>
</w2:header>
<w2:gBody id="gBody1" style="">
<w2:row id="rowb1" style="">
<w2:column id="passDate" removeBorderStyle="false" width="80" inputType="text" style="" blockSelect="false"
value="" displayMode="label" colSpan="" rowSpan="4">
</w2:column>
<w2:column id="columnb$nofilter$count$text" removeBorderStyle="false" width="80" inputType="expression" style=""
value="전체 대수" blockSelect="false" displayMode="label"
expression="scwin.justAtItIs('전체 대수')" excelExpression="">
</w2:column>
<w2:column id="doneQ" blockSelect="false" dataType="number" displayMode="label" inputType="text"
removeBorderStyle="false" width="83" textAlign="right" style=""
expression="" excelExpression=""
displayFormat="#,##0">
</w2:column>
<w2:column id="payQ" removeBorderStyle="false" width="60" inputType="text" style="" blockSelect="false"
value="" displayMode="label" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="payNormalQ" blockSelect="false" width="60" inputType="text" style="" removeBorderStyle="false"
value="" displayMode="label" dataType="number" textAlign="right"
displayFormat="#,##0">
<xf:input id="pCrudSe" style="display: none;"></xf:input>
</w2:column>
<w2:column id="discQ" removeBorderStyle="false" width="70" inputType="text" style="" blockSelect="false"
value="" displayMode="label" dataType="number" textAlign="right"
expression=""
displayFormat="#,##0">
</w2:column>
<w2:column id="sCarDiscQ" blockSelect="false" displayMode="label" inputType="text" removeBorderStyle="false"
value="" style="text-align:right;" width="80" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="jungguDiscQ" blockSelect="false" displayMode="label" inputType="text" removeBorderStyle="false"
value="" style="text-align:right;" width="81" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="greenDiscQ" blockSelect="false" displayMode="label" inputType="text" removeBorderStyle="false"
value="" style="text-align:right;" width="75" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="targetCarExemptQ" removeBorderStyle="false" width="70" inputType="text" style="" blockSelect="false"
value="" displayMode="label" dataType="number" textAlign="right"
expression=""
displayFormat="#,##0">
</w2:column>
<w2:column id="threeExemptQ" blockSelect="false" displayMode="label" inputType="text" removeBorderStyle="false"
value="" style="" width="70" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="complexCarExemptQ" blockSelect="false" displayMode="label" inputType="text" removeBorderStyle="false"
value="" style="" width="81" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="dspsnExemptQ" blockSelect="false" displayMode="label" inputType="text" removeBorderStyle="false"
value="" style="" width="87" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="greenExemptQ" blockSelect="false" displayMode="label" inputType="text" removeBorderStyle="false"
value="" style="" width="77" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="remaindsExemptQ" blockSelect="false" displayMode="label" inputType="text" removeBorderStyle="false"
value="" style="" width="70" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="diploCarExemptQ" removeBorderStyle="false" width="70" inputType="text" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="manyExemptQ" removeBorderStyle="false" width="70" inputType="text" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="nonTargetCarTypeQ" removeBorderStyle="false" width="70" inputType="text" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression=""
displayFormat="#,##0">
</w2:column>
<w2:column id="seunghabQ" removeBorderStyle="false" width="70" inputType="text" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="taxiQ" removeBorderStyle="false" width="70" inputType="text" style="" blockSelect="false"
value="" displayMode="label" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="busQ" removeBorderStyle="false" width="70" inputType="text" style="" blockSelect="false"
value="" displayMode="label" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="truckSpecQ" removeBorderStyle="false" width="70" inputType="text" style="" blockSelect="false"
value="" displayMode="label" dataType="number" textAlign="right"
displayFormat="#,##0">
</w2:column>
<w2:column id="allExemptQ" removeBorderStyle="false" width="70" inputType="text" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression=""
displayFormat="#,##0">
</w2:column>
<w2:column id="passQ" removeBorderStyle="false" width="70" inputType="text" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression=""
displayFormat="#,##0">
</w2:column>
<w2:column id="minabQ" removeBorderStyle="false" width="70" inputType="text" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression=""
displayFormat="#,##0">
</w2:column>
<w2:column id="normalPreQ" removeBorderStyle="false" width="70" inputType="text" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression=""
displayFormat="#,##0">
</w2:column>
<w2:column id="smallcarPreQ" removeBorderStyle="false" width="70" inputType="text" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression=""
displayFormat="#,##0">
</w2:column>
<w2:column id="jungguPreQ" removeBorderStyle="false" width="70" inputType="text" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression=""
displayFormat="#,##0">
</w2:column>
<w2:column id="childJesiQ" removeBorderStyle="false" width="70" inputType="text" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression=""
displayFormat="#,##0">
</w2:column>
<w2:column id="jingsuDayCnt" removeBorderStyle="false" width="70" inputType="text" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression=""
displayFormat="#,##0">
</w2:column>
<!-- for rowb3 -->
<w2:column id="doneTargetCarQ" blockSelect="false" dataType="number" displayMode="label" inputType="text"
removeBorderStyle="false" width="83" textAlign="right" style=""
expression="" excelExpression=""
displayFormat="#,##0"
hidden="true">
</w2:column>
</w2:row>
<w2:row id="rowb4" style="">
<w2:column id="columnb$nofilter$avrCount$text" removeBorderStyle="false" width="80" inputType="expression" style=""
value="일평균통행량" blockSelect="false" displayMode="label"
expression="scwin.justAtItIs('일평균통행량')">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$1" removeBorderStyle="false" width="80" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('doneQ')/SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$2" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('payQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$3" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('payNormalQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$4" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('discQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$5" removeBorderStyle="false" width="80" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('sCarDiscQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$6" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('jungguDiscQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$7" removeBorderStyle="false" width="75" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('greenDiscQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$8" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('targetCarExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$9" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('threeExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$10" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('complexCarExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$11" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('dspsnExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$12" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('greenExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$13" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('remaindsExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$14" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('diploCarExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$15" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('manyExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$16" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('nonTargetCarTypeQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$17" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('seunghabQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$18" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('taxiQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$19" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('busQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$20" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('truckSpecQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$21" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('allExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$22" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('passQ')/SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$23" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('minabQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$24" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('normalPreQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$25" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('smallcarPreQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$26" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('jungguPreQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$27" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('childJesiQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnb$nofilter$avrCount$28" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('징수일수는 일평균 안씀')"
displayFormat="#,##0">
</w2:column>
<!-- for rowb3 -->
<w2:column id="columnb$nofilter$avrCount$hidden" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('더미')"
displayFormat="#,##0"
hidden="true">
</w2:column>
</w2:row>
<w2:row id="rowb2" style="">
<w2:column id="columnb$nofilter$ratio$text" removeBorderStyle="false" width="80" inputType="expression" style=""
value="전체 비율" blockSelect="false" displayMode="label"
expression="scwin.justAtItIs('전체 비율')">
</w2:column>
<w2:column id="columnb$nofilter$ratio$1" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('doneQ') == 0 ? 0 : 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$2" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('payQ') == 0 ? 0 : SUM('payQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$3" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('payNormalQ') == 0 ? 0 : SUM('payNormalQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$4" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('discQ') == 0 ? 0 : SUM('discQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$5" removeBorderStyle="false" width="80" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('sCarDiscQ') == 0 ? 0 : SUM('sCarDiscQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$6" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jungguDiscQ') == 0 ? 0 : SUM('jungguDiscQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$7" removeBorderStyle="false" width="75" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('greenDiscQ') == 0 ? 0 : SUM('greenDiscQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$8" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('targetCarExemptQ') == 0 ? 0 : SUM('targetCarExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$9" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('threeExemptQ') == 0 ? 0 : SUM('threeExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$10" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('complexCarExemptQ') == 0 ? 0 : SUM('complexCarExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$11" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('dspsnExemptQ') == 0 ? 0 : SUM('dspsnExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$12" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('greenExemptQ') == 0 ? 0 : SUM('greenExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$13" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('remaindsExemptQ') == 0 ? 0 : SUM('remaindsExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$14" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('diploCarExemptQ') == 0 ? 0 : SUM('diploCarExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$15" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('manyExemptQ') == 0 ? 0 : SUM('manyExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$16" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('nonTargetCarTypeQ') == 0 ? 0 : SUM('nonTargetCarTypeQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$17" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('seunghabQ') == 0 ? 0 : SUM('seunghabQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$18" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('taxiQ') == 0 ? 0 : SUM('taxiQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$19" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('busQ') == 0 ? 0 : SUM('busQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$20" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('truckSpecQ') == 0 ? 0 : SUM('truckSpecQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$21" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('allExemptQ') == 0 ? 0 : SUM('allExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$22" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('passQ') == 0 ? 0 : 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$23" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('minabQ') == 0 ? 0 : SUM('minabQ') / SUM('passQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$24" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('normalPreQ') == 0 ? 0 : SUM('normalPreQ') / SUM('payQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$25" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('smallcarPreQ') == 0 ? 0 : SUM('smallcarPreQ') / SUM('payQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$26" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jungguPreQ') == 0 ? 0 : SUM('jungguPreQ') / SUM('payQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$27" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('childJesiQ') == 0 ? 0 : SUM('childJesiQ') / SUM('manyExemptQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$nofilter$ratio$28" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('징수일수는 비율 안씀')"
displayFormat="##.#0">
</w2:column>
<!-- for rowb3 -->
<w2:column id="columnb$nofilter$ratio$hidden" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('더미')"
displayFormat="##.#0"
hidden="true">
</w2:column>
</w2:row>
<w2:row id="rowb3" style="">
<w2:column id="columnb$filterSeungyong$ratio$text" removeBorderStyle="false" width="80" inputType="expression" style=""
value="승용차 내 비율" blockSelect="false" displayMode="label"
expression="scwin.justAtItIs('승용차 내 비율')">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$1" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('doneTargetCarQ') == 0 ? 0 : 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$2" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('payQ') == 0 ? 0 : SUM('payQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$3" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('payNormalQ') == 0 ? 0 : SUM('payNormalQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$4" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('discQ') == 0 ? 0 : SUM('discQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$5" removeBorderStyle="false" width="80" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('sCarDiscQ') == 0 ? 0 : SUM('sCarDiscQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$6" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('jungguDiscQ') == 0 ? 0 : SUM('jungguDiscQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$7" removeBorderStyle="false" width="75" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('greenDiscQ') == 0 ? 0 : SUM('greenDiscQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$8" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('targetCarExemptQ') == 0 ? 0 : SUM('targetCarExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$9" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('threeExemptQ') == 0 ? 0 : SUM('threeExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$10" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('complexCarExemptQ') == 0 ? 0 : SUM('complexCarExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$11" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('dspsnExemptQ') == 0 ? 0 : SUM('dspsnExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$12" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('greenExemptQ') == 0 ? 0 : SUM('greenExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$13" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('remaindsExemptQ') == 0 ? 0 : SUM('remaindsExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$14" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('diploCarExemptQ') == 0 ? 0 : SUM('diploCarExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$15" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('manyExemptQ') == 0 ? 0 : SUM('manyExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$16" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('승합이상소계는 승용차 내 비율 없음')"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$17" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('승합은 는 승용차 내 비율 없음')"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$18" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('택시는 는 승용차 내 비율 없음')"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$19" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('버스는 승용차 내 비율 없음')"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$20" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('화물특수는 승용차 내 비율 없음')"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$21" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('면제합계는 면제소계가 있으므로 승용차 내 비율 안씀')"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$22" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('통행량은 승용차 내 비율 안씀')"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$23" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('미납은 승용차 내 비율 안씀')"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$24" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('사전등록일반은 승용차 내 비율 안씀')"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$25" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('사전등록경차는 승용차 내 비율 안씀')"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$26" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('사전등록중구는 승용차 내 비율 안씀')"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$27" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('다자녀카드제시는 승용차 내 비율 안씀')"
displayFormat="##.#0">
</w2:column>
<w2:column id="columnb$filterSeungyong$ratio$28" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('징수일수는 승용차 내 비율 안씀')"
displayFormat="##.#0">
</w2:column>
<!-- for rowb3 -->
<w2:column id="columnb$filterSeungyong$ratio$hidden" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('더미')"
displayFormat="##.#0"
hidden="true">
</w2:column>
</w2:row>
</w2:gBody>
<w2:footer style="" id="footer1">
<w2:row id="rowf1" style="">
<w2:column id="columnf$filterSeungyong$text" removeBorderStyle="false" width="80" inputType="text" style=""
value="승용차 합계" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$text" removeBorderStyle="false" width="80" inputType="text" style=""
value="승용차 대수" blockSelect="false" displayMode="label">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$1" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('doneTargetCarQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$2" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('payQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$3" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('payNormalQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$4" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('discQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$5" removeBorderStyle="false" width="80" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('sCarDiscQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$6" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jungguDiscQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$7" removeBorderStyle="false" width="75" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('greenDiscQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$8" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('targetCarExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$9" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('threeExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$10" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('complexCarExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$11" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('dspsnExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$12" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('greenExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$13" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('remaindsExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$14" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('diploCarExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$15" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('manyExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$16" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('승합이상소계는 승용차대수 없음')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$17" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('승합은 승용차대수 없음')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$18" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('택시는 승용차대수 없음')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$19" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('버스는 승용차대수 없음')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$20" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('화물특수는 승용차대수 없음')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$21" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('면제합계는 면제소계가 있으므로 승용차대수 안씀')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$22" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('통행량은 승용차대수 안씀')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$23" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('미납은 승용차대수 안씀')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$24" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('사전등록일반은 승용차대수 안씀')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$25" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('사전등록경차는 승용차대수 안씀')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$26" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('사전등록중구는 승용차대수 안씀')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$27" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('다자녀카드제시는 승용차대수 안씀')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$filterSeungyong$count$28" removeBorderStyle="false" width="70" inputType="expression" style=""
value="0" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('징수일수는 승용차대수 안씀')"
displayFormat="#,##0">
</w2:column>
<!-- for rowb3 -->
<w2:column id="columnf$filterSeungyong$count$hidden" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="scwin.alwaysZero('더미')"
displayFormat="#,##0"
hidden="true">
</w2:column>
</w2:row>
<w2:row id="rowf2" style="">
<w2:column id="columnf$filterSeungyong$ratio$text" removeBorderStyle="false" width="80" inputType="text" style=""
value="승용차 비율" blockSelect="false" displayMode="label">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$1" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('doneTargetCarQ') == 0 ? 0 : 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$2" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('payQ') == 0 ? 0 : SUM('payQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$3" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('payNormalQ') == 0 ? 0 : SUM('payNormalQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$4" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('discQ') == 0 ? 0 : SUM('discQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$5" removeBorderStyle="false" width="80" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('sCarDiscQ') == 0 ? 0 : SUM('sCarDiscQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$6" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jungguDiscQ') == 0 ? 0 : SUM('jungguDiscQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$7" removeBorderStyle="false" width="75" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('greenDiscQ') == 0 ? 0 : SUM('greenDiscQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$8" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('targetCarExemptQ') == 0 ? 0 : SUM('targetCarExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$9" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('threeExemptQ') == 0 ? 0 : SUM('threeExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$10" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('complexCarExemptQ') == 0 ? 0 : SUM('complexCarExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$11" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('dspsnExemptQ') == 0 ? 0 : SUM('dspsnExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$12" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('greenExemptQ') == 0 ? 0 : SUM('greenExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$13" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('remaindsExemptQ') == 0 ? 0 : SUM('remaindsExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$14" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('diploCarExemptQ') == 0 ? 0 : SUM('diploCarExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$15" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('manyExemptQ') == 0 ? 0 : SUM('manyExemptQ') / SUM('doneTargetCarQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$16" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('승합이상소계는 승용차비율 없음')"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$17" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('승합은 승용차비율 없음')"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$18" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('택시는 승용차비율 없음')"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$19" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('버스는 승용차비율 없음')"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$20" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('화물특수는 승용차비율 없음')"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$21" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('면제합계는 면제소계가 있으므로 승용차비율 안씀')"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$22" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('통행량은 승용차비율 안씀')"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$23" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('미납은 승용차비율 안씀')"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$24" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('사전등록일반은 승용차비율 안씀')"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$25" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('사전등록경차는 승용차비율 안씀')"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$26" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('사전등록중구는 승용차비율 안씀')"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$27" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('다자녀카드제시는 승용차비율 안씀')"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$filterSeungyong$ratio$28" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('징수일수는 승용차비율 안씀')"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<!-- for rowb3 -->
<w2:column id="columnf$filterSeungyong$ratio$hidden" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('더미')"
displayFormat="##.#0" excelFormat="##0.00"
hidden="true">
</w2:column>
</w2:row>
<w2:row id="rowf3" style="">
<w2:column id="columnf$nofilter$text" removeBorderStyle="false" width="80" inputType="text" style=""
value="전체합계" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column id="columnf$nofilter$count$text" removeBorderStyle="false" width="80" inputType="text" style=""
value="전체 대수" blockSelect="false" displayMode="label">
</w2:column>
<w2:column id="columnf$nofilter$count$1" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('doneQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$2" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('payQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$3" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('payNormalQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$4" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('discQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$5" removeBorderStyle="false" width="80" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('sCarDiscQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$6" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jungguDiscQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$7" removeBorderStyle="false" width="75" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('greenDiscQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$8" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('targetCarExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$9" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('threeExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$10" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('complexCarExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$11" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('dspsnExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$12" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('greenExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$13" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('remaindsExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$14" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('diploCarExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$15" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('manyExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$16" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('nonTargetCarTypeQ')" excelExpression=""
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$17" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('seunghabQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$18" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('taxiQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$19" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('busQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$20" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('truckSpecQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$21" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('allExemptQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$22" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('passQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$23" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('minabQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$24" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('normalPreQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$25" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('smallcarPreQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$26" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jungguPreQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$27" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('childJesiQ')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$count$28" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<!-- for rowb3 -->
<w2:column id="columnf$nofilter$count$hidden" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('더미')"
displayFormat="#,##0"
hidden="true">
</w2:column>
</w2:row>
<w2:row id="rowf5" style="">
<w2:column id="columnf$nofilter$avrCount$text" removeBorderStyle="false" width="80" inputType="text" style=""
value="일평균통행량" blockSelect="false" displayMode="label">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$1" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('doneQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$2" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('payQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$3" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('payNormalQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$4" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('discQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$5" removeBorderStyle="false" width="80" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('sCarDiscQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$6" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('jungguDiscQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$7" removeBorderStyle="false" width="75" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('greenDiscQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$8" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('targetCarExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$9" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('threeExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$10" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('complexCarExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$11" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('dspsnExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$12" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('greenExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$13" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('remaindsExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$14" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('diploCarExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$15" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('manyExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$16" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('nonTargetCarTypeQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$17" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('seunghabQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$18" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('taxiQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$19" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('busQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$20" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('truckSpecQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$21" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('allExemptQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$22" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('passQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$23" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('minabQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$24" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('normalPreQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$25" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('smallcarPreQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$26" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('jungguPreQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$27" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jingsuDayCnt') == 0 ? 0 : SUM('childJesiQ') / SUM('jingsuDayCnt')"
displayFormat="#,##0">
</w2:column>
<w2:column id="columnf$nofilter$avrCount$28" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('징수일수는 일평균 안씀')"
displayFormat="#,##0">
</w2:column>
<!-- for rowb3 -->
<w2:column id="columnf$nofilter$avrCount$hidden" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('더미')"
displayFormat="#,##0"
hidden="true">
</w2:column>
</w2:row>
<w2:row id="rowf4" style="">
<w2:column id="columnf$nofilter$ratio$text" removeBorderStyle="false" width="80" inputType="text" style=""
value="전체 비율" blockSelect="false" displayMode="label">
</w2:column>
<w2:column id="columnf$nofilter$ratio$1" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('doneQ') == 0 ? 0 : 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$2" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('payQ') == 0 ? 0 : SUM('payQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$3" removeBorderStyle="false" width="60" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('payNormalQ') == 0 ? 0 : SUM('payNormalQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$4" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('discQ') == 0 ? 0 : SUM('discQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$5" removeBorderStyle="false" width="80" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('sCarDiscQ') == 0 ? 0 : SUM('sCarDiscQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$6" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jungguDiscQ') == 0 ? 0 : SUM('jungguDiscQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$7" removeBorderStyle="false" width="75" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('greenDiscQ') == 0 ? 0 : SUM('greenDiscQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$8" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('targetCarExemptQ') == 0 ? 0 : SUM('targetCarExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$9" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('threeExemptQ') == 0 ? 0 : SUM('threeExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$10" removeBorderStyle="false" width="81" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('complexCarExemptQ') == 0 ? 0 : SUM('complexCarExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$11" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('dspsnExemptQ') == 0 ? 0 : SUM('dspsnExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$12" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('greenExemptQ') == 0 ? 0 : SUM('greenExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$13" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('remaindsExemptQ') == 0 ? 0 : SUM('remaindsExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$14" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('diploCarExemptQ') == 0 ? 0 : SUM('diploCarExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$15" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('manyExemptQ') == 0 ? 0 : SUM('manyExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$16" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('nonTargetCarTypeQ') == 0 ? 0 : SUM('nonTargetCarTypeQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$17" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('seunghabQ') == 0 ? 0 : SUM('seunghabQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$18" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('taxiQ') == 0 ? 0 : SUM('taxiQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$19" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('busQ') == 0 ? 0 : SUM('busQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$20" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('truckSpecQ') == 0 ? 0 : SUM('truckSpecQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$21" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('allExemptQ') == 0 ? 0 : SUM('allExemptQ') / SUM('doneQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$22" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('passQ') == 0 ? 0 : 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$23" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('minabQ') == 0 ? 0 : SUM('minabQ') / SUM('passQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$24" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('normalPreQ') == 0 ? 0 : SUM('normalPreQ') / SUM('payQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$25" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('smallcarPreQ') == 0 ? 0 : SUM('smallcarPreQ') / SUM('payQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$26" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('jungguPreQ') == 0 ? 0 : SUM('jungguPreQ') / SUM('payQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$27" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="SUM('childJesiQ') == 0 ? 0 : SUM('childJesiQ') / SUM('manyExemptQ') * 100"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<w2:column id="columnf$nofilter$ratio$28" removeBorderStyle="false" width="70" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('징수일수는 비율 안씀')"
displayFormat="##.#0" excelFormat="##0.00">
</w2:column>
<!-- for rowb3 -->
<w2:column id="columnf$nofilter$ratio$hidden" removeBorderStyle="false" width="83" inputType="expression" style=""
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number"
expression="scwin.alwaysZero('더미')"
displayFormat="##.#0" excelFormat="##0.00"
hidden="true">
</w2:column>
</w2:row>
</w2:footer>
</w2:gridView>
<w2:span id="spa_span2"
label="※본 화면의 통계정보 미납건수는 제외된 통계데이터를 2020년 1월부터 생성됨.&lt;br/&gt;"
style="font-weight:bold;font-size:10pt;"></w2:span>
<w2:span id="spa_span3"
label="※중구지역 감면 2025.6.1일 부터 시행 감면정보 포함 표출&lt;br/&gt;"
style="font-weight:bold;font-size:10pt;"></w2:span>
<w2:span id="spa_span4"
label="&amp;nbsp; - 요일제 감면 2021.8 부터 폐지로 요일제코드를 중구지역감면 코드로 변경 사용 됨, 저공해3종(2021.12부터 폐지), 중구지역(2025.6부터 발생)&lt;br/&gt;"
style="font-weight:bold;font-size:10pt;"></w2:span>
</xf:group>
</body>
</html>