|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
<VUE name="ECO000008"
|
|
|
label="ECO. Comparatif commandes"
|
|
|
title="= 'Comparatif par ' + SELECT.GROUPBY_LABEL + ' (' + SELECT.DATE_BASE_LABEL + ' : ' + VIEW.PERIODE_D_LABEL + ' à ' + VIEW.TOPERIODE_D_LABEL + ' vs ' + SELECT.PERIODE_LABEL + ' à ' + SELECT.TOPERIODE_LABEL + ')' "
|
|
|
database="iCTI"
|
|
|
swf="*CTI_view1"
|
|
|
globals="ECO_globals.XML"
|
|
|
componentsFile="ECO_components.XML"
|
|
|
dboptimizer="ECO_dboptimizer.XML"
|
|
|
softCode="iCTI_eco">
|
|
|
|
|
|
<VIEWPROPERTIES>
|
|
|
<PROPERTY dataLink="VIEWPROPERTIES" nameField="name" valueField="value" />
|
|
|
</VIEWPROPERTIES>
|
|
|
<VIEWPROPERTIES componentName="PROPERTIES_COMMANDES"/>
|
|
|
<VIEWPROPERTIES componentName="PROPERTIES_GROUPBY"/>
|
|
|
<VIEWPROPERTIES componentName="PROPERTIES_DATA"/>
|
|
|
<VIEWPROPERTIES>
|
|
|
<PROPERTY name="COMPAREPERIODETXT">
|
|
|
<value><![CDATA[[EVAL
|
|
|
|
|
|
$TYPE_COMPARAISON_TXT = '[TYPE_COMPARAISON]';
|
|
|
if($TYPE_COMPARAISON_TXT == '2'){
|
|
|
return 'N-1';
|
|
|
} else {
|
|
|
return 'N-2';
|
|
|
}
|
|
|
|
|
|
|
|
|
EVAL]]]></value>
|
|
|
</PROPERTY>
|
|
|
</VIEWPROPERTIES>
|
|
|
<SELECTIONS label="Paramètres de l'analyse" displayText="">
|
|
|
<GROUP><FIELD name="ITEM_BASE" label="" UI="combo" tree="false" width="200" default="ligne_commande" visible="false"/></GROUP>
|
|
|
<GROUP label="Période">
|
|
|
<FIELD name="ALIAS_PERIODE" label="" UI="combo" width="220" default="CUM_LAST_MONTH" tree="true" globalListProvider="ALIAS_PERIODE" />
|
|
|
<FIELD name="DATE_BASE" width="130" label="" UI="combo" default="CMD" default2="date_commande">
|
|
|
<OPTION label="Date commande" data="CMD" data2="date_commande"/>
|
|
|
<OPTION label="Date engagement" data="ENG" data2="date_engagement"/>
|
|
|
</FIELD>
|
|
|
<FIELD name="PERIODE" label="" UI="combo" tree="true" width="200" default="2010-01-01" globalListProvider="PERIODE_DEBUT">
|
|
|
</FIELD>
|
|
|
<FIELD name="TOPERIODE" label="au" UI="combo" tree="true" width="200" default="2010-01-31" globalListProvider="PERIODE_FIN">
|
|
|
</FIELD>
|
|
|
</GROUP>
|
|
|
<GROUP label="Période précédente">
|
|
|
<FIELD name="TYPE_COMPARAISON" label="" UI="combo" default="2" width="130">
|
|
|
<OPTION label="Période N-1" data="2" />
|
|
|
<OPTION label="Période N-2" data="1" />
|
|
|
<OPTION label="Saisie période" data="S" />
|
|
|
</FIELD>
|
|
|
<FIELD name="PERIODE_D" label="" UI="combo" tree="true" width="200" default="2010-01-01" globalListProvider="PERIODE_DEBUT" visible="= SELECT.TYPE_COMPARAISON == 'S'" />
|
|
|
<FIELD name="TOPERIODE_D" label="au" UI="combo" tree="true" width="200" default="2010-01-31" globalListProvider="PERIODE_FIN" visible="= SELECT.TYPE_COMPARAISON == 'S'" />
|
|
|
</GROUP>
|
|
|
<GROUP label="Données (15 Max)" visible="= SELECT.DATALIST == '0'">
|
|
|
<FIELD name="DATA01" label="" UI="combo" width="200" default="" default2="" tree="true" printable="false" visible="= 1=1" update="= if (SELECT.DATA015 == '' && SELECT.DATA01.substr(0,1) == '-') {return SELECT.DATA01.substr(1)} else {return 'no_update'}">
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_EC"/>
|
|
|
</FIELD>
|
|
|
<FIELD name="DATA02" label="" UI="combo" width="200" default="0" default2="0" tree="true" printable="false" selectable="false" visible="= ( SELECT.DATA01 != '0')" update="= if (SELECT.DATA025 == '' && SELECT.DATA02.substr(0,1) == '-') {return SELECT.DATA02.substr(1)} else {return 'no_update'}">
|
|
|
<OPTION label="" data="0" />
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_EC"/>
|
|
|
</FIELD>
|
|
|
<FIELD name="DATA03" label="" UI="combo" width="200" default="0" default2="0" tree="true" printable="false" visible="= ( SELECT.DATA01 != '0' && SELECT.DATA02 != '0')" update="= if(SELECT.DATA02 != '0') {if (SELECT.DATA035 == '' && SELECT.DATA03.substr(0,1) == '-') {return SELECT.DATA03.substr(1)} else {return 'no_update'}} else {return '0'}">
|
|
|
<OPTION label="" data="0" />
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_EC" />
|
|
|
</FIELD>
|
|
|
</GROUP >
|
|
|
<GROUP visible="= SELECT.DATALIST == '0'">
|
|
|
<FIELD name="DATA04" label="" UI="combo" width="200" default="0" default2="0" tree="true" printable="false" visible="= (SELECT.DATA03 != '0' && SELECT.DATA02 != '0' && SELECT.DATA01 != '0')" update="= if(SELECT.DATA03 != '0') {if (SELECT.DATA045 == '' && SELECT.DATA04.substr(0,1) == '-') {return SELECT.DATA04.substr(1)} else {return 'no_update'}} else {return '0'}">
|
|
|
<OPTION label="" data="0" />
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_EC" />
|
|
|
</FIELD>
|
|
|
<FIELD name="DATA05" label="" UI="combo" width="200" default="0" default2="0" tree="true" printable="false" visible="= (SELECT.DATA03 != '0' && SELECT.DATA02 != '0' && SELECT.DATA01 != '0' && SELECT.DATA04 != '0')" update="= if(SELECT.DATA04 != '0') {if (SELECT.DATA055 == '' && SELECT.DATA05.substr(0,1) == '-') {return SELECT.DATA05.substr(1)} else {return 'no_update'}} else {return '0'}">
|
|
|
<OPTION label="" data="0" />
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_EC" />
|
|
|
</FIELD>
|
|
|
<FIELD name="DATA06" label="" UI="combo" width="200" default="0" default2="0" tree="true" printable="false" visible="= (SELECT.DATA03 != '0' && SELECT.DATA02 != '0' && SELECT.DATA01 != '0' && SELECT.DATA04 != '0' && SELECT.DATA05 != '0')" update="= if(SELECT.DATA05 != '0') {if (SELECT.DATA065 == '' && SELECT.DATA06.substr(0,1) == '-') {return SELECT.DATA06.substr(1)} else {return 'no_update'}} else {return '0'}">
|
|
|
<OPTION label="" data="0" />
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_EC" />
|
|
|
</FIELD>
|
|
|
</GROUP >
|
|
|
<GROUP visible="= SELECT.DATALIST == '0'">
|
|
|
<FIELD name="DATA07" label="" UI="combo" width="200" default="0" default2="0" tree="true" printable="false" visible="= (SELECT.DATA05 != '0' && SELECT.DATA06 != '0' && SELECT.DATA04 != '0' && SELECT.DATA03 != '0' && SELECT.DATA02 != '0' && SELECT.DATA01 != '0')" update="= if(SELECT.DATA06 != '0') {if (SELECT.DATA075 == '' && SELECT.DATA07.substr(0,1) == '-') {return SELECT.DATA07.substr(1)} else {return 'no_update'}} else {return '0'}">
|
|
|
<OPTION label="" data="0" />
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_EC" />
|
|
|
</FIELD>
|
|
|
<FIELD name="DATA08" label="" UI="combo" width="200" default="0" default2="0" tree="true" printable="false" visible="= (SELECT.DATA05 != '0' && SELECT.DATA06 != '0' && SELECT.DATA04 != '0' && SELECT.DATA03 != '0' && SELECT.DATA02 != '0' && SELECT.DATA01 != '0' && SELECT.DATA07 != '0')" update="= if(SELECT.DATA07 != '0') {if (SELECT.DATA085 == '' && SELECT.DATA08.substr(0,1) == '-') {return SELECT.DATA08.substr(1)} else {return 'no_update'}} else {return '0'}">
|
|
|
<OPTION label="" data="0" />
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_EC" />
|
|
|
</FIELD>
|
|
|
<FIELD name="DATA09" label="" UI="combo" width="200" default="0" default2="0" tree="true" printable="false" visible="= (SELECT.DATA05 != '0' && SELECT.DATA06 != '0' && SELECT.DATA04 != '0' && SELECT.DATA03 != '0' && SELECT.DATA02 != '0' && SELECT.DATA01 != '0' && SELECT.DATA07 != '0' && SELECT.DATA08 != '0')" update="= if(SELECT.DATA08 != '0') {if (SELECT.DATA095 == '' && SELECT.DATA09.substr(0,1) == '-') {return SELECT.DATA09.substr(1)} else {return 'no_update'}} else {return '0'}">
|
|
|
<OPTION label="" data="0" />
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_EC" />
|
|
|
</FIELD>
|
|
|
</GROUP>
|
|
|
<GROUP visible="= SELECT.DATALIST == '0'">
|
|
|
<FIELD name="DATA10" label="" UI="combo" width="200" default="0" default2="0" tree="true" printable="false" visible="= (SELECT.DATA05 != '0' && SELECT.DATA06 != '0' && SELECT.DATA04 != '0' && SELECT.DATA03 != '0' && SELECT.DATA02 != '0' && SELECT.DATA01 != '0' && SELECT.DATA07 != '0' && SELECT.DATA08 != '0' && SELECT.DATA09 != '0')" update="= if(SELECT.DATA09 != '0') {if (SELECT.DATA105 == '' && SELECT.DATA10.substr(0,1) == '-') {return SELECT.DATA10.substr(1)} else {return 'no_update'}} else {return '0'}">
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_EC" />
|
|
|
</FIELD>
|
|
|
<FIELD name="DATA11" label="" UI="combo" width="200" default="0" default2="0" tree="true" printable="false" visible="= (SELECT.DATA05 != '0' && SELECT.DATA06 != '0' && SELECT.DATA04 != '0' && SELECT.DATA03 != '0' && SELECT.DATA02 != '0' && SELECT.DATA01 != '0' && SELECT.DATA07 != '0' && SELECT.DATA08 != '0' && SELECT.DATA09 != '0' && SELECT.DATA10 != '0')" update="= if(SELECT.DATA10 != '0') {if (SELECT.DATA115 == '' && SELECT.DATA11.substr(0,1) == '-') {return SELECT.DATA11.substr(1)} else {return 'no_update'}} else {return '0'}">
|
|
|
<OPTION label="" data="0" />
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_EC" />
|
|
|
</FIELD>
|
|
|
<FIELD name="DATA12" label="" UI="combo" width="200" default="0" default2="0" tree="true" printable="false" visible="= (SELECT.DATA05 != '0' && SELECT.DATA06 != '0' && SELECT.DATA04 != '0' && SELECT.DATA03 != '0' && SELECT.DATA02 != '0' && SELECT.DATA01 != '0' && SELECT.DATA07 != '0' && SELECT.DATA08 != '0' && SELECT.DATA09 != '0' && SELECT.DATA10 != '0' && SELECT.DATA11 != '0')" update="= if(SELECT.DATA11 != '0') {if (SELECT.DATA125 == '' && SELECT.DATA12.substr(0,1) == '-') {return SELECT.DATA12.substr(1)} else {return 'no_update'}} else {return '0'}">
|
|
|
<OPTION label="" data="0" />
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_EC" />
|
|
|
</FIELD>
|
|
|
</GROUP>
|
|
|
<GROUP visible="= SELECT.DATALIST == '0'">
|
|
|
<FIELD name="DATA13" label="" UI="combo" width="200" default="0" default2="0" tree="true" printable="false" visible="= (SELECT.DATA05 != '0' && SELECT.DATA06 != '0' && SELECT.DATA04 != '0' && SELECT.DATA03 != '0' && SELECT.DATA02 != '0' && SELECT.DATA01 != '0' && SELECT.DATA07 != '0' && SELECT.DATA08 != '0' && SELECT.DATA09 != '0' && SELECT.DATA10 != '0' && SELECT.DATA11 != '0' && SELECT.DATA12 != '0')" update="= if(SELECT.DATA12 != '0') {if (SELECT.DATA135 == '' && SELECT.DATA13.substr(0,1) == '-') {return SELECT.DATA13.substr(1)} else {return 'no_update'}} else {return '0'}">
|
|
|
<OPTION label="" data="0" />
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_EC" />
|
|
|
</FIELD>
|
|
|
<FIELD name="DATA14" label="" UI="combo" width="200" default="0" default2="0" tree="true" printable="false" visible="= (SELECT.DATA05 != '0' && SELECT.DATA06 != '0' && SELECT.DATA04 != '0' && SELECT.DATA03 != '0' && SELECT.DATA02 != '0' && SELECT.DATA01 != '0' && SELECT.DATA07 != '0' && SELECT.DATA08 != '0' && SELECT.DATA09 != '0' && SELECT.DATA10 != '0' && SELECT.DATA11 != '0' && SELECT.DATA12 != '0' && SELECT.DATA13 != '0')" update="= if(SELECT.DATA13 != '0') {if (SELECT.DATA145 == '' && SELECT.DATA14.substr(0,1) == '-') {return SELECT.DATA14.substr(1)} else {return 'no_update'}} else {return '0'}">
|
|
|
<OPTION label="" data="0" />
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_EC" />
|
|
|
</FIELD>
|
|
|
<FIELD name="DATA15" label="" UI="combo" width="200" default="0" default2="0" tree="true" printable="false" visible="= (SELECT.DATA05 != '0' && SELECT.DATA06 != '0' && SELECT.DATA04 != '0' && SELECT.DATA03 != '0' && SELECT.DATA02 != '0' && SELECT.DATA01 != '0' && SELECT.DATA07 != '0' && SELECT.DATA08 != '0' && SELECT.DATA09 != '0' && SELECT.DATA10 != '0' && SELECT.DATA11 != '0' && SELECT.DATA12 != '0' && SELECT.DATA13 != '0' && SELECT.DATA14 != '0')" update="= if(SELECT.DATA14 != '0') {if (SELECT.DATA155 == '' && SELECT.DATA15.substr(0,1) == '-') {return SELECT.DATA15.substr(1)} else {return 'no_update'}} else {return '0'}">
|
|
|
<OPTION label="" data="0" />
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_AP_IND" condition="dataItem.data6 > 20 and dataItem.data6 < 30"/>
|
|
|
<OPTION label="Options" data="" globalListProvider="DATA_EC" />
|
|
|
</FIELD>
|
|
|
</GROUP>
|
|
|
<GROUP label="Regroupement">
|
|
|
<FIELD name="GROUPBY" label="" UI="combo" width="200" default="FOU" tree="true">
|
|
|
<OPTION label="Article" data="ART" treeLevel="1" globalListProvider="ARTICLE_GROUPBY"/>
|
|
|
<OPTION label="Compte" data="CPA" treeLevel="1" globalListProvider="COMPTE_ARTICLE_GROUPBY"/>
|
|
|
<OPTION label="Fournisseur" data="FOU" treeLevel="1" globalListProvider="FOURNISSEUR_GROUPBY"/>
|
|
|
<OPTION label="Gestionnaire" data="GES" treeLevel="1" globalListProvider="GESTIONNAIRE_GROUPBY"/>
|
|
|
<OPTION label="Lieu" data="LIE" treeLevel="1" globalListProvider="LIEU_GROUPBY"/>
|
|
|
<OPTION label="Unité fonctionnelle" data="UFO" treeLevel="1" globalListProvider="UNITE_FONCTIONNELLE_GROUPBY"/>
|
|
|
<OPTION label="Commande" data="CMD" treeLevel="1" />
|
|
|
<OPTION label="Année-Mois Commande" globalListProvider="DATE_GROUPBY" treeLevel="1" />
|
|
|
<OPTION label="Source de données" data="PVD" treeLevel="1" globalListProvider="PROVIDER_GROUPBY"/>
|
|
|
</FIELD>
|
|
|
<FIELD name="GROUPBY_TAB" width="100" label="Présentation" UI="combo" default="AUTO" visible="= SELECT.GROUPBY_2 != '-1' ">
|
|
|
<OPTION label="Automatique" data="AUTO"/>
|
|
|
<OPTION label="Arbre" data="TREE"/>
|
|
|
<OPTION label="Onglet" data="TAB"/>
|
|
|
</FIELD>
|
|
|
</GROUP>
|
|
|
<GROUP label="">
|
|
|
<FIELD name="GROUPBY_2" label="" width="200" UI="combo" default="-1" tree="true">
|
|
|
<OPTION label="Pas de second niveau" data="-1"/>
|
|
|
<OPTION label="Article" data="ART" treeLevel="1" globalListProvider="ARTICLE_GROUPBY"/>
|
|
|
<OPTION label="Compte" data="CPA" treeLevel="1" globalListProvider="COMPTE_ARTICLE_GROUPBY"/>
|
|
|
<OPTION label="Fournisseur" data="FOU" treeLevel="1" globalListProvider="FOURNISSEUR_GROUPBY"/>
|
|
|
<OPTION label="Gestionnaire" data="GES" treeLevel="1" globalListProvider="GESTIONNAIRE_GROUPBY"/>
|
|
|
<OPTION label="Lieu" data="LIE" treeLevel="1" globalListProvider="LIEU_GROUPBY"/>
|
|
|
<OPTION label="Unité fonctionnelle" data="UFO" treeLevel="1" globalListProvider="UNITE_FONCTIONNELLE_GROUPBY"/>
|
|
|
<OPTION label="Commande" data="CMD" treeLevel="1" />
|
|
|
<OPTION label="Année-Mois Commande" globalListProvider="DATE_GROUPBY" treeLevel="1" />
|
|
|
<OPTION label="Source de données" data="PVD" treeLevel="1" globalListProvider="PROVIDER_GROUPBY"/>
|
|
|
</FIELD>
|
|
|
</GROUP>
|
|
|
<GROUP label="">
|
|
|
<FIELD name="GROUPBY_3" label="" width="200" UI="combo" default="-1" tree="true">
|
|
|
<OPTION label="Pas de troisième niveau" data="-1"/>
|
|
|
<OPTION label="Article" data="ART" treeLevel="1" globalListProvider="ARTICLE_GROUPBY"/>
|
|
|
<OPTION label="Compte" data="CPA" treeLevel="1" globalListProvider="COMPTE_ARTICLE_GROUPBY"/>
|
|
|
<OPTION label="Fournisseur" data="FOU" treeLevel="1" globalListProvider="FOURNISSEUR_GROUPBY"/>
|
|
|
<OPTION label="Gestionnaire" data="GES" treeLevel="1" globalListProvider="GESTIONNAIRE_GROUPBY"/>
|
|
|
<OPTION label="Lieu" data="LIE" treeLevel="1" globalListProvider="LIEU_GROUPBY"/>
|
|
|
<OPTION label="Unité fonctionnelle" data="UFO" treeLevel="1" globalListProvider="UNITE_FONCTIONNELLE_GROUPBY"/>
|
|
|
<OPTION label="Commande" data="CMD" treeLevel="1" />
|
|
|
<OPTION label="Année-Mois Commande" globalListProvider="DATE_GROUPBY" treeLevel="1" />
|
|
|
<OPTION label="Source de données" data="PVD" treeLevel="1" globalListProvider="PROVIDER_GROUPBY"/>
|
|
|
</FIELD>
|
|
|
</GROUP>
|
|
|
</SELECTIONS>
|
|
|
|
|
|
<SELECTIONS componentName="FILTRES_COMMANDE_SIGNIFICATIF"/>
|
|
|
<SELECTIONS componentName="FILTRES_COMMANDE_SELECTIONS"/>
|
|
|
<SELECTIONS componentName="FILTRES_FOURNISSEUR_SELECTIONS"/>
|
|
|
<SELECTIONS componentName="FILTRES_ARTICLE_SELECTIONS"/>
|
|
|
<SELECTIONS componentName="FILTRES_PROVIDER_SELECTIONS"/>
|
|
|
|
|
|
<QUERIES>
|
|
|
<QUERY label="">
|
|
|
<SQL optimizer="V_LIGNES_COMMANDES_X" optimizer2="V_ALL_X">
|
|
|
<select><![CDATA[
|
|
|
CTISELECT_TREE
|
|
|
GROUPBY1{[VIEW.GROUPBY_OID_FIELD],, [VIEW.GROUPBY_COD_FIELD],, [VIEW.GROUPBY_TXT_FIELD]}
|
|
|
GROUPBY1MODE{[GROUPBY_TAB]}
|
|
|
GROUPBY2{[VIEW.GROUPBY_2_OID_FIELD],, [VIEW.GROUPBY_2_COD_FIELD],, [VIEW.GROUPBY_2_TXT_FIELD]}
|
|
|
GROUPBY3{[VIEW.GROUPBY_3_OID_FIELD],, [VIEW.GROUPBY_3_COD_FIELD],, [VIEW.GROUPBY_3_TXT_FIELD]}
|
|
|
SIGNIFDATA{[VIEW.ECO_SIGNIFICATIVE_DATA],, [ECO_SIGNIFICATIVE_MODE],, [ECO_SIGNIFICATIVE_NUMBER]}
|
|
|
[VIEW.DATASQL_COMP]
|
|
|
FROM #V_LIGNES_COMMANDES_X##V_ALL_X#
|
|
|
WHERE
|
|
|
([DATE_BASE2] BETWEEN '[PERIODE]' AND '[TOPERIODE]' OR
|
|
|
[DATE_BASE2] BETWEEN '[VIEW.PERIODE_D]' AND '[VIEW.TOPERIODE_D]')
|
|
|
[VIEW.ARTICLE_SELECT]
|
|
|
[VIEW.FOURNISSEUR_SELECT]
|
|
|
[VIEW.COMMANDE_SELECT]
|
|
|
[VIEW.PROVIDER_SELECT]
|
|
|
|
|
|
AFTER{
|
|
|
UPDATE w_table SET
|
|
|
indicateurs[3] = indicateurs[1] - indicateurs[2],
|
|
|
indicateurs[4] = base.cti_division(indicateurs[1] - indicateurs[2], @(indicateurs[2])) * 100,
|
|
|
indicateurs[7] = indicateurs[5] - indicateurs[6],
|
|
|
indicateurs[8] = base.cti_division(indicateurs[5] - indicateurs[6], @(indicateurs[6])) * 100,
|
|
|
indicateurs[11] = indicateurs[9] - indicateurs[10],
|
|
|
indicateurs[12] = base.cti_division(indicateurs[9] - indicateurs[10], @(indicateurs[10])) * 100,
|
|
|
indicateurs[15] = indicateurs[13] - indicateurs[14],
|
|
|
indicateurs[16] = base.cti_division(indicateurs[13] - indicateurs[14], @(indicateurs[14])) * 100,
|
|
|
indicateurs[19] = indicateurs[17] - indicateurs[18],
|
|
|
indicateurs[20] = base.cti_division(indicateurs[17] - indicateurs[18], @(indicateurs[18])) * 100,
|
|
|
indicateurs[23] = indicateurs[21] - indicateurs[22],
|
|
|
indicateurs[24] = base.cti_division(indicateurs[21] - indicateurs[22], @(indicateurs[22])) * 100,
|
|
|
indicateurs[27] = indicateurs[25] - indicateurs[26],
|
|
|
indicateurs[28] = base.cti_division(indicateurs[25] - indicateurs[26], @(indicateurs[26])) * 100,
|
|
|
indicateurs[31] = indicateurs[29] - indicateurs[30],
|
|
|
indicateurs[32] = base.cti_division(indicateurs[29] - indicateurs[30], @(indicateurs[30])) * 100,
|
|
|
indicateurs[35] = indicateurs[33] - indicateurs[34],
|
|
|
indicateurs[36] = base.cti_division(indicateurs[33] - indicateurs[34], @(indicateurs[34])) * 100,
|
|
|
indicateurs[39] = indicateurs[37] - indicateurs[38],
|
|
|
indicateurs[40] = base.cti_division(indicateurs[37] - indicateurs[38], @(indicateurs[38])) * 100,
|
|
|
indicateurs[43] = indicateurs[41] - indicateurs[42],
|
|
|
indicateurs[44] = base.cti_division(indicateurs[41] - indicateurs[42], @(indicateurs[42])) * 100,
|
|
|
indicateurs[47] = indicateurs[45] - indicateurs[46],
|
|
|
indicateurs[48] = base.cti_division(indicateurs[45] - indicateurs[46], @(indicateurs[46])) * 100,
|
|
|
indicateurs[51] = indicateurs[49] - indicateurs[50],
|
|
|
indicateurs[52] = base.cti_division(indicateurs[49] - indicateurs[50], @(indicateurs[50])) * 100,
|
|
|
indicateurs[55] = indicateurs[53] - indicateurs[54],
|
|
|
indicateurs[56] = base.cti_division(indicateurs[53] - indicateurs[54], @(indicateurs[54])) * 100,
|
|
|
indicateurs[59] = indicateurs[57] - indicateurs[58],
|
|
|
indicateurs[60] = base.cti_division(indicateurs[57] - indicateurs[58], @(indicateurs[58])) * 100
|
|
|
}
|
|
|
|
|
|
|
|
|
]]></select>
|
|
|
<FIELDS>
|
|
|
<INSERT name="CTISELECT_TREE_FIELDS"/>
|
|
|
<FIELD name="F01"/>
|
|
|
<FIELD name="D01"/>
|
|
|
<FIELD name="E01"/>
|
|
|
<FIELD name="P01"/>
|
|
|
<FIELD name="F02"/>
|
|
|
<FIELD name="D02"/>
|
|
|
<FIELD name="E02"/>
|
|
|
<FIELD name="P02"/>
|
|
|
<FIELD name="F03"/>
|
|
|
<FIELD name="D03"/>
|
|
|
<FIELD name="E03"/>
|
|
|
<FIELD name="P03"/>
|
|
|
<FIELD name="F04"/>
|
|
|
<FIELD name="D04"/>
|
|
|
<FIELD name="E04"/>
|
|
|
<FIELD name="P04"/>
|
|
|
<FIELD name="F05"/>
|
|
|
<FIELD name="D05"/>
|
|
|
<FIELD name="E05"/>
|
|
|
<FIELD name="P05"/>
|
|
|
<FIELD name="F06"/>
|
|
|
<FIELD name="D06"/>
|
|
|
<FIELD name="E06"/>
|
|
|
<FIELD name="P06"/>
|
|
|
<FIELD name="F07"/>
|
|
|
<FIELD name="D07"/>
|
|
|
<FIELD name="E07"/>
|
|
|
<FIELD name="P07"/>
|
|
|
<FIELD name="F08"/>
|
|
|
<FIELD name="D08"/>
|
|
|
<FIELD name="E08"/>
|
|
|
<FIELD name="P08"/>
|
|
|
<FIELD name="F09"/>
|
|
|
<FIELD name="D09"/>
|
|
|
<FIELD name="E09"/>
|
|
|
<FIELD name="P09"/>
|
|
|
<FIELD name="F10"/>
|
|
|
<FIELD name="D10"/>
|
|
|
<FIELD name="E10"/>
|
|
|
<FIELD name="P10"/>
|
|
|
<FIELD name="F11"/>
|
|
|
<FIELD name="D11"/>
|
|
|
<FIELD name="E11"/>
|
|
|
<FIELD name="P11"/>
|
|
|
<FIELD name="F12"/>
|
|
|
<FIELD name="D12"/>
|
|
|
<FIELD name="E12"/>
|
|
|
<FIELD name="P12"/>
|
|
|
<FIELD name="F13"/>
|
|
|
<FIELD name="D13"/>
|
|
|
<FIELD name="E13"/>
|
|
|
<FIELD name="P13"/>
|
|
|
<FIELD name="F14"/>
|
|
|
<FIELD name="D14"/>
|
|
|
<FIELD name="E14"/>
|
|
|
<FIELD name="P14"/>
|
|
|
<FIELD name="F15"/>
|
|
|
<FIELD name="D15"/>
|
|
|
<FIELD name="E15"/>
|
|
|
<FIELD name="P15"/>
|
|
|
</FIELDS>
|
|
|
</SQL>
|
|
|
</QUERY>
|
|
|
<QUERY type="propertiesLink" name="VIEWPROPERTIES" forSelections="false">
|
|
|
<SQL>
|
|
|
<select><![CDATA[
|
|
|
SELECT 'PERIODE_D' , CASE WHEN '[TYPE_COMPARAISON]' = '2' THEN date('[PERIODE]'::date + interval '1 day' - interval '1 year' - interval '1 day') WHEN '[TYPE_COMPARAISON]' = '1' THEN date('[PERIODE]'::date + interval '1 day' - interval '2 year' - interval '1 day') ELSE '[PERIODE_D]' END::text
|
|
|
UNION
|
|
|
SELECT 'TOPERIODE_D' , CASE WHEN '[TYPE_COMPARAISON]' = '2' THEN date('[TOPERIODE]'::date + interval '1 day' - interval '1 year' - interval '1 day') WHEN '[TYPE_COMPARAISON]' = '1' THEN date('[TOPERIODE]'::date + interval '1 day' - interval '2 year' - interval '1 day') ELSE '[TOPERIODE_D]' END::text
|
|
|
UNION
|
|
|
SELECT 'PERIODE_D_LABEL', CASE WHEN CASE WHEN '[TYPE_COMPARAISON]' = '2' THEN date('[PERIODE]'::date + interval '1 day' - interval '1 year' - interval '1 day') WHEN '[TYPE_COMPARAISON]' = '1' THEN date('[PERIODE]'::date + interval '1 day' - interval '2 year' - interval '1 day') ELSE '[PERIODE_D]' END = p_calendrier_mois.date_debut THEN p_calendrier_mois.texte ELSE p_calendrier.texte END
|
|
|
FROM base.p_calendrier
|
|
|
JOIN base.p_calendrier_mois ON p_calendrier.mois = p_calendrier_mois.mois
|
|
|
WHERE date = CASE WHEN '[TYPE_COMPARAISON]' = '2' THEN date('[PERIODE]'::date + interval '1 day' - interval '1 year' - interval '1 day') WHEN '[TYPE_COMPARAISON]' = '1' THEN date('[PERIODE]'::date + interval '1 day' - interval '2 year' - interval '1 day') ELSE '[PERIODE_D]' END
|
|
|
UNION
|
|
|
SELECT 'TOPERIODE_D_LABEL', CASE WHEN CASE WHEN '[TYPE_COMPARAISON]' = '2' THEN date('[TOPERIODE]'::date + interval '1 day' - interval '1 year' - interval '1 day') WHEN '[TYPE_COMPARAISON]' = '1' THEN date('[TOPERIODE]'::date + interval '1 day' - interval '2 year' - interval '1 day') ELSE '[TOPERIODE_D]' END = p_calendrier_mois.date_fin THEN p_calendrier_mois.texte ELSE p_calendrier.texte_court END
|
|
|
FROM base.p_calendrier
|
|
|
JOIN base.p_calendrier_mois ON p_calendrier.mois = p_calendrier_mois.mois
|
|
|
WHERE date = CASE WHEN '[TYPE_COMPARAISON]' = '2' THEN date('[TOPERIODE]'::date + interval '1 day' - interval '1 year' - interval '1 day') WHEN '[TYPE_COMPARAISON]' = '1' THEN date('[TOPERIODE]'::date + interval '1 day' - interval '2 year' - interval '1 day') ELSE '[TOPERIODE_D]' END
|
|
|
UNION
|
|
|
SELECT 'X_PERIODE', greatest(('[PERIODE]'::date - '3 years'::interval)::date, (SELECT (min(mois)::text||'01')::date FROM eco.p_chiffrier_production))::text
|
|
|
]]></select>
|
|
|
<FIELDS>
|
|
|
<FIELD name="name" />
|
|
|
<FIELD name="value" />
|
|
|
</FIELDS>
|
|
|
</SQL>
|
|
|
</QUERY>
|
|
|
</QUERIES>
|
|
|
<PRESENTATION>
|
|
|
<VIEWLINKS>
|
|
|
<VIEWLINK label="Analyse" shortLabel="Analyse" view="ECO000006.XML" enabled="true" rowContext="false" componentName="ECO_VIEWLINK" component2Name="DATE_COMP_VIEWLINK" buttonType="ANALYSE">
|
|
|
</VIEWLINK>
|
|
|
<VIEWLINK label="Evolution" shortLabel="Evolution" view="ECO000007.XML" enabled="true" rowContext="false" componentName="ECO_VIEWLINK" component2Name="DATE_COMP_VIEWLINK" buttonType="EVOLUTION">
|
|
|
<ARG name="PERIODICITE" value="'MONTH'" />
|
|
|
</VIEWLINK>
|
|
|
<VIEWLINK label="Analyse croisée" shortLabel="Analyse croisée" view="ECO000009.XML" enabled="true" rowContext="false" componentName="ECO_VIEWLINK" component2Name="DATE_COMP_VIEWLINK" buttonType="ANALYSE_CROISEE">
|
|
|
<ARG name="PERIODE" value="return VIEW.X_PERIODE;" />
|
|
|
<ARG name="GROUPBY_TAB" value="'TAB'"/>
|
|
|
<ARG name="COLUMNBYCOUNT" value="'12'"/>
|
|
|
</VIEWLINK>
|
|
|
<VIEWLINK label="Liste des commandes" shortLabel="Liste commandes" view="ECO000011.XML" componentName="ECO_VIEWLINK" component2Name="DATE_COMP_VIEWLINK" >
|
|
|
<ARGS name="SPEC" >
|
|
|
<value><![CDATA[
|
|
|
LINKVARIABLES['GROUPBY'] = '-1'
|
|
|
LINKVARIABLES['GROUPBY_2'] = 'CMD'
|
|
|
return 'OK';
|
|
|
|
|
|
]]></value>
|
|
|
</ARGS>
|
|
|
</VIEWLINK>
|
|
|
<VIEWLINK label="Détail article" shortLabel="Détail article" view="ECO000069.XML" componentName="ECO_VIEWLINK" component2Name="DATE_EVOL_VIEWLINK" >
|
|
|
<ARGS name="SPEC" >
|
|
|
<value><![CDATA[
|
|
|
LINKVARIABLES['GROUPBY'] = 'AMCMD'
|
|
|
LINKVARIABLES['GROUPBY_2'] = 'AMMVT'
|
|
|
LINKVARIABLES['GROUPBY_3'] = 'AMSTO'
|
|
|
LINKVARIABLES['PERIODE'] = SELECT.PERIODE_D
|
|
|
LINKVARIABLES['TOPERIODE'] = SELECT.TOPERIODE
|
|
|
LINKVARIABLES['TAB'] = 'AUTO'
|
|
|
return 'OK';
|
|
|
|
|
|
]]></value>
|
|
|
</ARGS>
|
|
|
</VIEWLINK>
|
|
|
</VIEWLINKS>
|
|
|
<ONGLET excelLabel="Répartition mensuelle" label="Répartition mensuelle" multiTab="true">
|
|
|
<CHART title="" type="group" subType="" percentHeight="100">
|
|
|
<CHART title="Comparatif 1ère donnée" type="columnChart" maxItems="15" maxItemsSortOn="F01" maxItemsSortSeq="D" sortField="F01" sortSeq="D" >
|
|
|
<CATEGORY field="TXT" type="Char"/>
|
|
|
<SERIE field="D01" displayName="SELECT.DATA01_LABEL + ' ' + VIEW.PERIODE_D_LABEL + '-' + VIEW.TOPERIODE_D_LABEL" displayNameCalc="true"/>
|
|
|
<SERIE field="F01" displayName="SELECT.DATA01_LABEL + ' ' + SELECT.PERIODE_LABEL + '-' + SELECT.TOPERIODE_LABEL" displayNameCalc="true"/>
|
|
|
</CHART>
|
|
|
<CHART title="Comparatif 2ème donnée" type="columnChart" maxItems="15" maxItemsSortOn="F02" maxItemsSortSeq="D" sortField="F02" sortSeq="D" visibleCondition="SELECT.DATA02 != '0'">
|
|
|
<CATEGORY field="TXT" type="Char"/>
|
|
|
<SERIE field="D02" displayName="SELECT.DATA02_LABEL + ' ' + VIEW.PERIODE_D_LABEL + '-' + VIEW.TOPERIODE_D_LABEL" displayNameCalc="true"/>
|
|
|
<SERIE field="F02" displayName="SELECT.DATA02_LABEL + ' ' + SELECT.PERIODE_LABEL + '-' + SELECT.TOPERIODE_LABEL" displayNameCalc="true"/>
|
|
|
</CHART>
|
|
|
<!--<CHART title="Comparatif" type="columnChart" maxItems="20" maxItemsSortOn="F03" maxItemsSortSeq="D" sortField="COD" sortSeq="A" visibleCondition="SELECT.DATA03 != '-1'">
|
|
|
<CATEGORY field="TXT" type="Char"/>
|
|
|
<SERIE field="D03" displayName="SELECT.DATA03_LABEL + ' ' + SELECT.PERIODE_D_LABEL + '-' + SELECT.TOPERIODE_D_LABEL" displayNameCalc="true"/>
|
|
|
<SERIE field="F03" displayName="SELECT.DATA03_LABEL + ' ' + SELECT.PERIODE_LABEL + '-' + SELECT.TOPERIODE_LABEL" displayNameCalc="true"/>
|
|
|
</CHART>-->
|
|
|
</CHART>
|
|
|
<DATAGRID title="" total="true" showOthers="true" headerHeight="70" variableRowHeight="true" sortable="= SELECT.GROUPBY_2 == '-1' || SELECT.GROUPBY_TAB == 'TAB'" selectRowInRows="= ROW.OID == '-9999997'" otherRowInRows="= ROW.OID == '-9999998'" totalRowInRows="= ROW.OID == '-9999999'">
|
|
|
<INSERT name="DATAGRID_MULTITAB_STYLES"/>
|
|
|
<COLUMN dataField="OID" width="60" type="Char" visible="false" headerText="Oid">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="COD" width="100" type="Char" visible="true" headerText="Code" textAlign="left" otherFunction="text" totalFunction="text" totalComplement="TOTAL">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="TXT" type="Char" minWidth="50" headerText="SELECT.GROUPBY_LABEL" headerTextCalc="true" textAlign="left" totalFunction="text" otherFunction="text" otherComplement="*ROW" >
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D01" width="100" visible="true" type="Number" outputFormat="= SELECT.DATA014" fixed="false" selectable="true" headerText="if(SELECT.DATA01_LABEL.length > 12){return SELECT.DATA01_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA01_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA012">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F01" width="100" visible="true" type="Number" outputFormat="= SELECT.DATA014" fixed="false" selectable="true" headerText="if(SELECT.DATA01_LABEL.length > 12){return SELECT.DATA01_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';} else {return SELECT.DATA01_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA012">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E01" type="Number" headerText="Ecart" width="70" visible="true" outputFormat="= SELECT.DATA014" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA012">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P01" type="Number" headerText="% évol." width="45" visible="true" outputFormat="= if (ROW.D01 != 0 && ROW.F01 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA012">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D02" width="100" visibleCondition="SELECT.DATA02 != '0'" type="Number" outputFormat="= SELECT.DATA024" fixed="false" selectable="true" headerText="if(SELECT.DATA02_LABEL.length > 12){return SELECT.DATA02_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA02_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA022">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F02" width="100" visibleCondition="SELECT.DATA02 != '0'" type="Number" outputFormat="= SELECT.DATA024" fixed="false" selectable="true" headerText="if(SELECT.DATA02_LABEL.length > 12){return SELECT.DATA02_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';} else {return SELECT.DATA02_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA022">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E02" type="Number" headerText="Ecart" width="70" visibleCondition="SELECT.DATA02 != '0'" outputFormat="= SELECT.DATA024" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA022">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P02" type="Number" headerText="% évol." width="45" visibleCondition="SELECT.DATA02 != '0'" outputFormat="= if (ROW.D02 !=0 && ROW.F02 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA022">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D03" width="100" visibleCondition="SELECT.DATA03 != '0'" type="Number" outputFormat="= SELECT.DATA034" fixed="false" selectable="true" headerText="if(SELECT.DATA03_LABEL.length > 12){return SELECT.DATA03_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA03_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA032">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F03" width="100" visibleCondition="SELECT.DATA03 != '0'" type="Number" outputFormat="= SELECT.DATA034" fixed="false" selectable="true" headerText="if(SELECT.DATA03_LABEL.length > 12){return SELECT.DATA03_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';} else {return SELECT.DATA03_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA032">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E03" type="Number" headerText="Ecart" width="70" visibleCondition="SELECT.DATA03 != '0'" outputFormat="= SELECT.DATA034" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA032">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P03" type="Number" headerText="% évol." width="45" visibleCondition="SELECT.DATA03 != '0'" outputFormat="= if (ROW.D02 !=0 && ROW.F02 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA032">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D04" width="100" visibleCondition="SELECT.DATA04 != '0'" type="Number" outputFormat="= SELECT.DATA044" fixed="false" selectable="true" headerText="if(SELECT.DATA04_LABEL.length > 12){return SELECT.DATA04_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA04_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA042">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F04" width="100" visibleCondition="SELECT.DATA04 != '0'" type="Number" outputFormat="= SELECT.DATA044" fixed="false" selectable="true" headerText="if(SELECT.DATA04_LABEL.length > 12){return SELECT.DATA04_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA04_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA042">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E04" type="Number" headerText="Ecart" width="70" visibleCondition="SELECT.DATA04 != '0'" outputFormat="= SELECT.DATA044" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA042">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P04" type="Number" headerText="% évol." width="45" visibleCondition="SELECT.DATA04 != '0'" outputFormat="= if (ROW.D04 !=0 && ROW.F04 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA042">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D05" width="100" visibleCondition="SELECT.DATA05 != '0'" type="Number" outputFormat="= SELECT.DATA054" fixed="false" selectable="true" headerText="if(SELECT.DATA05_LABEL.length > 12){return SELECT.DATA05_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA05_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA052">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F05" width="100" visibleCondition="SELECT.DATA05 != '0'" type="Number" outputFormat="= SELECT.DATA056" fixed="false" selectable="true" headerText="if(SELECT.DATA05_LABEL.length > 12){return SELECT.DATA05_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA05_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA052">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E05" type="Number" headerText="Ecart" width="70" visibleCondition="SELECT.DATA05 != '0'" outputFormat="= SELECT.DATA056" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA052">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P05" type="Number" headerText="% évol." width="45" visibleCondition="SELECT.DATA05 != '0'" outputFormat="= if (ROW.D05 !=0 && ROW.F05 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA052">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D06" width="100" visibleCondition="SELECT.DATA06 != '0'" type="Number" outputFormat="= SELECT.DATA064" fixed="false" selectable="true" headerText="if(SELECT.DATA06_LABEL.length > 12){return SELECT.DATA06_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA06_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA062">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F06" width="100" visibleCondition="SELECT.DATA06 != '0'" type="Number" outputFormat="= SELECT.DATA062" fixed="false" selectable="true" headerText="if(SELECT.DATA06_LABEL.length > 12){return SELECT.DATA06_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA06_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA062">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E06" type="Number" headerText="Ecart" width="70" visibleCondition="SELECT.DATA06 != '0'" outputFormat="= SELECT.DATA062" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA062">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P06" type="Number" headerText="% évol." width="45" visibleCondition="SELECT.DATA06 != '0'" outputFormat="= if (ROW.D06 !=0 && ROW.F06 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA062">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D07" width="100" visibleCondition="SELECT.DATA07 != '0'" type="Number" outputFormat="= SELECT.DATA074" fixed="false" selectable="true" headerText="if(SELECT.DATA07_LABEL.length > 12){return SELECT.DATA07_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA07_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA072">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F07" width="100" visibleCondition="SELECT.DATA07 != '0'" type="Number" outputFormat="= SELECT.DATA077" fixed="false" selectable="true" headerText="if(SELECT.DATA07_LABEL.length > 12){return SELECT.DATA07_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA07_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA072">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E07" type="Number" headerText="Ecart" width="70" visibleCondition="SELECT.DATA07 != '0'" outputFormat="= SELECT.DATA077" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA072">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P07" type="Number" headerText="% évol." width="45" visibleCondition="SELECT.DATA07 != '0'" outputFormat="= if (ROW.D07 !=0 && ROW.F07 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA072">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D08" width="100" visibleCondition="SELECT.DATA08 != '0'" type="Number" outputFormat="= SELECT.DATA084" fixed="false" selectable="true" headerText="if(SELECT.DATA08_LABEL.length > 12){return SELECT.DATA08_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA08_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA082">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F08" width="100" visibleCondition="SELECT.DATA08 != '0'" type="Number" outputFormat="= SELECT.DATA088" fixed="false" selectable="true" headerText="if(SELECT.DATA08_LABEL.length > 12){return SELECT.DATA08_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA08_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA082">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E08" type="Number" headerText="Ecart" width="70" visibleCondition="SELECT.DATA08 != '0'" outputFormat="= SELECT.DATA088" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA082">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P08" type="Number" headerText="% évol." width="45" visibleCondition="SELECT.DATA08 != '0'" outputFormat="= if (ROW.D08 !=0 && ROW.F08 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA082">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D09" width="100" visibleCondition="SELECT.DATA09 != '0'" type="Number" outputFormat="= SELECT.DATA094" fixed="false" selectable="true" headerText="if(SELECT.DATA09_LABEL.length > 12){return SELECT.DATA09_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA09_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA092">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F09" width="100" visibleCondition="SELECT.DATA09 != '0'" type="Number" outputFormat="= SELECT.DATA099" fixed="false" selectable="true" headerText="if(SELECT.DATA09_LABEL.length > 12){return SELECT.DATA09_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA09_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA092">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E09" type="Number" headerText="Ecart" width="70" visibleCondition="SELECT.DATA09 != '0'" outputFormat="= SELECT.DATA099" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA092">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P09" type="Number" headerText="% évol." width="45" visibleCondition="SELECT.DATA09 != '0'" outputFormat="= if (ROW.D09 !=0 && ROW.F09 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA092">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D10" width="100" visibleCondition="SELECT.DATA10 != '0'" type="Number" outputFormat="= SELECT.DATA104" fixed="false" selectable="true" headerText="if(SELECT.DATA10_LABEL.length > 12){return SELECT.DATA10_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA10_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB17020\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA102">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F10" width="100" visibleCondition="SELECT.DATA10 != '0'" type="Number" outputFormat="= SELECT.DATA104" fixed="false" selectable="true" headerText="if(SELECT.DATA10_LABEL.length > 12){return SELECT.DATA10_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA10_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA102">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E10" type="Number" headerText="Ecart" width="70" visibleCondition="SELECT.DATA10 != '0'" outputFormat="= SELECT.DATA104" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA102">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P10" type="Number" headerText="% évol." width="105" visibleCondition="SELECT.DATA10 != '0'" outputFormat="= if (ROW.D10 !=0 && ROW.F10 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA102">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D11" width="100" visibleCondition="SELECT.DATA11 != '0'" type="Number" outputFormat="= SELECT.DATA114" fixed="false" selectable="true" headerText="if(SELECT.DATA11_LABEL.length > 12){return SELECT.DATA11_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA11_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB17021\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA112">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F11" width="100" visibleCondition="SELECT.DATA11 != '0'" type="Number" outputFormat="= SELECT.DATA114" fixed="false" selectable="true" headerText="if(SELECT.DATA11_LABEL.length > 12){return SELECT.DATA11_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA11_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA112">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E11" type="Number" headerText="Ecart" width="70" visibleCondition="SELECT.DATA11 != '0'" outputFormat="= SELECT.DATA114" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA112">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P11" type="Number" headerText="% évol." width="45" visibleCondition="SELECT.DATA11 != '0'" outputFormat="= if (ROW.D11 !=0 && ROW.F11 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA112">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D12" width="100" visibleCondition="SELECT.DATA12 != '0'" type="Number" outputFormat="= SELECT.DATA124" fixed="false" selectable="true" headerText="if(SELECT.DATA12_LABEL.length > 12){return SELECT.DATA12_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA12_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB17022\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA122">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F12" width="100" visibleCondition="SELECT.DATA12 != '0'" type="Number" outputFormat="= SELECT.DATA124" fixed="false" selectable="true" headerText="if(SELECT.DATA12_LABEL.length > 12){return SELECT.DATA12_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA12_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA122">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E12" type="Number" headerText="Ecart" width="70" visibleCondition="SELECT.DATA12 != '0'" outputFormat="= SELECT.DATA124" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA122">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P12" type="Number" headerText="% évol." width="45" visibleCondition="SELECT.DATA12 != '0'" outputFormat="= if (ROW.D12 !=0 && ROW.F12 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA122">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D13" width="100" visibleCondition="SELECT.DATA13 != '0'" type="Number" outputFormat="= SELECT.DATA134" fixed="false" selectable="true" headerText="if(SELECT.DATA13_LABEL.length > 12){return SELECT.DATA13_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA13_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB17023\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA132">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F13" width="100" visibleCondition="SELECT.DATA13 != '0'" type="Number" outputFormat="= SELECT.DATA134" fixed="false" selectable="true" headerText="if(SELECT.DATA13_LABEL.length > 12){return SELECT.DATA13_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA13_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA132">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E13" type="Number" headerText="Ecart" width="70" visibleCondition="SELECT.DATA13 != '0'" outputFormat="= SELECT.DATA134" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA132">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P13" type="Number" headerText="% évol." width="45" visibleCondition="SELECT.DATA13 != '0'" outputFormat="= if (ROW.D13 !=0 && ROW.F13 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA132">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D14" width="100" visibleCondition="SELECT.DATA14 != '0'" type="Number" outputFormat="= SELECT.DATA144" fixed="false" selectable="true" headerText="if(SELECT.DATA14_LABEL.length > 12){return SELECT.DATA14_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA14_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB17024\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA142">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F14" width="100" visibleCondition="SELECT.DATA14 != '0'" type="Number" outputFormat="= SELECT.DATA144" fixed="false" selectable="true" headerText="if(SELECT.DATA14_LABEL.length > 12){return SELECT.DATA14_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA14_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA142">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E14" type="Number" headerText="Ecart" width="70" visibleCondition="SELECT.DATA14 != '0'" outputFormat="= SELECT.DATA144" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA142">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P14" type="Number" headerText="% évol." width="45" visibleCondition="SELECT.DATA14 != '0'" outputFormat="= if (ROW.D14 !=0 && ROW.F14 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA142">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xbccbed"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="D15" width="100" visibleCondition="SELECT.DATA15 != '0'" type="Number" outputFormat="= SELECT.DATA154" fixed="false" selectable="true" headerText="if(SELECT.DATA15_LABEL.length > 12){return SELECT.DATA15_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA15_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB17025\'>'+VIEW.COMPAREPERIODETXT+'</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA152">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="F15" width="100" visibleCondition="SELECT.DATA15 != '0'" type="Number" outputFormat="= SELECT.DATA154" fixed="false" selectable="true" headerText="if(SELECT.DATA15_LABEL.length > 12){return SELECT.DATA15_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>'+VIEW.COMPAREPERIODETXT+'</font>';} else {return SELECT.DATA15_LABEL + String.fromCharCode(13) +'\n'+ '<font color=\'#DB1702\'>N</font>';}" headerTextCalc="true" textAlign="right" totalFunction="sum" otherFunction="sum" description="= SELECT.DATA152">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="E15" type="Number" headerText="Ecart" width="70" visibleCondition="SELECT.DATA15 != '0'" outputFormat="= SELECT.DATA154" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA152">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="P15" type="Number" headerText="% évol." width="45" visibleCondition="SELECT.DATA15 != '0'" outputFormat="= if (ROW.D15 !=0 && ROW.F15 != 0) {return '0%'} else {return '#'}" fixed="false" textAlign="right" totalFunction="sum" totalComplement="" otherFunction="sum" description="= SELECT.DATA152">
|
|
|
<HEADERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<FOOTERCELLSTYLE name="backgroundColor" value="0xDCDCDC"/>
|
|
|
<HEADERCELLSTYLE name="textAlign" value="center"/>
|
|
|
</COLUMN>
|
|
|
</DATAGRID>
|
|
|
</ONGLET>
|
|
|
</PRESENTATION>
|
|
|
</VUE>
|