|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
<VUE
|
|
|
name="PMSI003697"
|
|
|
label="PMSI. Justificatif Simulation FG 2324 Suppléments"
|
|
|
title="= 'Justificatif Suppléments FG 2324 (' + SELECT.PERIODE_LABEL + ' à ' + SELECT.TOPERIODE_LABEL + ')' "
|
|
|
database="iCTI"
|
|
|
swf="*CTI_view1"
|
|
|
softCode="iCTI_pmsi"
|
|
|
typeEts="" globals="PMSI_globals.XML"
|
|
|
componentsFile="PMSI_components.XML"
|
|
|
helpDokuWIkiDir=""
|
|
|
helpDokuWIkiFile="pmsi000457"
|
|
|
helpFile="iCTI_PMSI_PMSI000457.HTML"
|
|
|
>
|
|
|
<VIEWPROPERTIES>
|
|
|
<PROPERTY name="NO_RSS_SELECT" value="[EVAL
|
|
|
if (('[NO_RSS]' + 0) != 0) {return 'AND v_rss_1.no_rss = ' . ('[NO_RSS]' + 0);}
|
|
|
return '';
|
|
|
EVAL]" />
|
|
|
<PROPERTY name="NOM_SELECT" value="[EVAL
|
|
|
if ('[NOM]' != '') {return 'AND identite_nom ILIKE ' .''. '[NOM]%' .''. ' ' ;}
|
|
|
return '';
|
|
|
EVAL]" />
|
|
|
<PROPERTY name="ECARTSUP_SELECT" value="[EVAL
|
|
|
|
|
|
if ('[ECARTSUP]' == 'NE') {
|
|
|
return '
|
|
|
AND (
|
|
|
nb_src_fg0 <> nb_src_fg1 OR
|
|
|
nb_rea_fg0 <> nb_rea_fg1 OR
|
|
|
nb_stf_fg0 <> nb_stf_fg1 OR
|
|
|
nb_nn1_fg0 <> nb_nn1_fg1 OR
|
|
|
nb_nn2_fg0 <> nb_nn2_fg1 OR
|
|
|
nb_nn3_fg0 <> nb_nn3_fg1 OR
|
|
|
nb_ant_fg0 <> nb_ant_fg1 OR
|
|
|
nb_rap_fg0 <> nb_rap_fg1 OR
|
|
|
nb_sdc_fg0 <> nb_sdc_fg1 OR
|
|
|
nb_tde_fg0 <> nb_tde_fg1 OR
|
|
|
nb_tse_fg0 <> nb_tse_fg1
|
|
|
)
|
|
|
';
|
|
|
}
|
|
|
if ('[ECARTSUP]' == 'EQ') {
|
|
|
return '
|
|
|
AND nb_src_fg0 = nb_src_fg1
|
|
|
AND nb_rea_fg0 = nb_rea_fg1
|
|
|
AND nb_stf_fg0 = nb_stf_fg1
|
|
|
AND nb_nn1_fg0 = nb_nn1_fg1
|
|
|
AND nb_nn2_fg0 = nb_nn2_fg1
|
|
|
AND nb_nn3_fg0 = nb_nn3_fg1
|
|
|
AND nb_ant_fg0 = nb_ant_fg1
|
|
|
AND nb_rap_fg0 = nb_rap_fg1
|
|
|
AND nb_sdc_fg0 = nb_sdc_fg1
|
|
|
AND nb_tde_fg0 = nb_tde_fg1
|
|
|
AND nb_tse_fg0 = nb_tse_fg1
|
|
|
';
|
|
|
}
|
|
|
|
|
|
return '';
|
|
|
|
|
|
EVAL]" />
|
|
|
</VIEWPROPERTIES>
|
|
|
|
|
|
<SELECTIONS label="Paramètres de l'analyse" displayText="">
|
|
|
<GROUP label="Période">
|
|
|
<FIELD name="PERIODE" label="" UI="combo" tree="true" width="200" default="2023-03-01">
|
|
|
<OPTION dataLink="DATE_DEBUT" treeLevelField="lvl" dataField="cod" aliasField="alias" data2Field="mois" labelField="txt" />
|
|
|
</FIELD>
|
|
|
<FIELD name="TOPERIODE" label="à" UI="combo" tree="true" width="200" default="2024-02-29" >
|
|
|
<OPTION dataLink="DATE_FIN" treeLevelField="lvl" dataField="cod" aliasField="alias" data2Field="mois" labelField="txt" />
|
|
|
</FIELD>
|
|
|
</GROUP>
|
|
|
<GROUP label="Ecarts">
|
|
|
<FIELD name="ECARTSUP" label="" UI="combo" tree="false" width="400" default="-1">
|
|
|
<OPTION label="Pas de sélection" data="-1"/>
|
|
|
<OPTION label="Suppléments FG identiques" data="EQ"/>
|
|
|
<OPTION label="Suppléments FG différents" data="NE"/>
|
|
|
</FIELD>
|
|
|
</GROUP>
|
|
|
<GROUP label="N° de RSS">
|
|
|
<FIELD name="NO_RSS" label="" UI="number" width="100" default="" showIfNotDefault="true">
|
|
|
</FIELD>
|
|
|
</GROUP>
|
|
|
<GROUP label="Ou Nom">
|
|
|
<FIELD name="NOM" label="" UI="text" width="200" default="" showIfNotDefault="true">
|
|
|
</FIELD>
|
|
|
</GROUP>
|
|
|
</SELECTIONS>
|
|
|
<SELECTIONS componentName="FILTRES_RSS_SELECTIONS"/>
|
|
|
<QUERIES>
|
|
|
<QUERY label="">
|
|
|
<SQL optimizer="V_RSS_X">
|
|
|
<select><![CDATA[
|
|
|
DROP TABLE IF EXISTS pmsi000202
|
|
|
;
|
|
|
|
|
|
CREATE TEMP TABLE pmsi000202 AS
|
|
|
SELECT *
|
|
|
FROM pmsi.p_simulation_fg2324
|
|
|
WHERE 1=1
|
|
|
AND p_simulation_fg2324.est_envoye = '1'
|
|
|
AND p_simulation_fg2324.est_regroupe = '1'
|
|
|
AND (1!=1
|
|
|
OR nb_src_fg0 > 0
|
|
|
OR nb_src_fg1 > 0
|
|
|
OR nb_rea_fg0 > 0
|
|
|
OR nb_rea_fg1 > 0
|
|
|
OR nb_stf_fg0 > 0
|
|
|
OR nb_stf_fg1 > 0
|
|
|
OR nb_nn1_fg0 > 0
|
|
|
OR nb_nn1_fg1 > 0
|
|
|
OR nb_nn2_fg0 > 0
|
|
|
OR nb_nn2_fg1 > 0
|
|
|
OR nb_nn3_fg0 > 0
|
|
|
OR nb_nn3_fg1 > 0
|
|
|
OR nb_ant_fg0 > 0
|
|
|
OR nb_ant_fg1 > 0
|
|
|
OR nb_rap_fg0 > 0
|
|
|
OR nb_rap_fg1 > 0
|
|
|
OR nb_sdc_fg1 > 0
|
|
|
OR nb_sdc_fg0 > 0
|
|
|
OR nb_tde_fg1 > 0
|
|
|
OR nb_tde_fg0 > 0
|
|
|
OR nb_tse_fg1 > 0
|
|
|
OR nb_tse_fg0 > 0
|
|
|
)
|
|
|
;
|
|
|
|
|
|
(
|
|
|
SELECT
|
|
|
v_rss_1.rss_id,
|
|
|
v_rss_1.no_rss,
|
|
|
v_rss_1.no_sejour_administratif,
|
|
|
v_rss_1.finess,
|
|
|
identite_nom || ' ' || identite_prenom,
|
|
|
sexe,
|
|
|
age,
|
|
|
date_sortie,
|
|
|
duree_sejour,
|
|
|
diagnostic_principal_code,
|
|
|
t_ghm_fg0.code,
|
|
|
t_ghs_fg0.code,
|
|
|
|
|
|
nb_src_fg0,
|
|
|
nb_stf_fg0,
|
|
|
nb_rea_fg0,
|
|
|
nb_nn1_fg0 + nb_nn2_fg0 + nb_nn3_fg0,
|
|
|
nb_ant_fg0,
|
|
|
nb_rap_fg0,
|
|
|
nb_sdc_fg0,
|
|
|
nb_tde_fg0,
|
|
|
nb_tse_fg0,
|
|
|
|
|
|
|
|
|
montant_src_fg0 + montant_stf_fg0 + montant_rea_fg0 + montant_nn1_fg0 + montant_nn2_fg0 + montant_nn3_fg0 + montant_ant_fg0 + montant_rap_fg0 + montant_sdc_fg0 + montant_tde_fg0 + montant_tse_fg0,
|
|
|
ghm_fg1_code,
|
|
|
ghs_fg1_code,
|
|
|
|
|
|
nb_src_fg1,
|
|
|
nb_stf_fg1,
|
|
|
nb_rea_fg1,
|
|
|
nb_nn1_fg1 + nb_nn2_fg1 + nb_nn3_fg1,
|
|
|
nb_ant_fg1,
|
|
|
nb_rap_fg1,
|
|
|
nb_sdc_fg1,
|
|
|
nb_tde_fg1,
|
|
|
nb_tse_fg1,
|
|
|
|
|
|
montant_src_fg1 + montant_stf_fg1 + montant_rea_fg1 + montant_nn1_fg1 + montant_nn2_fg1 + montant_nn3_fg1 + montant_ant_fg1 + montant_rap_fg1 + montant_sdc_fg1 + montant_tde_fg1 + montant_tse_fg1,
|
|
|
(montant_src_fg1 + montant_stf_fg1 + montant_rea_fg1 + montant_nn1_fg1 + montant_nn2_fg1 + montant_nn3_fg1 + montant_ant_fg1 + montant_rap_fg1 + montant_sdc_fg1 + montant_tde_fg1 + montant_tse_fg1)
|
|
|
- (montant_src_fg0 + montant_stf_fg0 + montant_rea_fg0 + montant_nn1_fg0 + montant_nn2_fg0 + montant_nn3_fg0 + montant_ant_fg0 + montant_rap_fg0 + montant_sdc_fg1 + montant_tde_fg0 + montant_tse_fg0)
|
|
|
FROM
|
|
|
#V_RSS_X#,
|
|
|
pmsi000202,
|
|
|
pmsi.t_ghm AS t_ghm_fg0,
|
|
|
pmsi.t_ghs AS t_ghs_fg0
|
|
|
WHERE 1=1
|
|
|
AND date_sortie >= '[PERIODE]'
|
|
|
AND date_sortie <= '[TOPERIODE]'
|
|
|
AND pmsi000202.rss_id = v_rss_1.rss_id
|
|
|
AND pmsi000202.ghm_fg0_id = t_ghm_fg0.oid
|
|
|
AND pmsi000202.ghs_fg0_id = t_ghs_fg0.oid
|
|
|
[VIEW.FILTRE_RSS_SELECT]
|
|
|
[VIEW.NO_RSS_SELECT]
|
|
|
[VIEW.NOM_SELECT]
|
|
|
[VIEW.ECARTSUP_SELECT]
|
|
|
)
|
|
|
UNION ALL
|
|
|
(
|
|
|
SELECT
|
|
|
-9999999,
|
|
|
0,
|
|
|
'',
|
|
|
'',
|
|
|
SUM(nb_rsa)::text || ' séjours' ,
|
|
|
'',
|
|
|
0,
|
|
|
null,
|
|
|
0,
|
|
|
'',
|
|
|
'',
|
|
|
0,
|
|
|
|
|
|
SUM(nb_src_fg0),
|
|
|
SUM(nb_stf_fg0),
|
|
|
SUM(nb_rea_fg0),
|
|
|
SUM(nb_nn1_fg0 + nb_nn2_fg0 + nb_nn3_fg0),
|
|
|
SUM(nb_ant_fg0),
|
|
|
SUM(nb_rap_fg0),
|
|
|
SUM(nb_sdc_fg0),
|
|
|
SUM(nb_tde_fg0),
|
|
|
SUM(nb_tse_fg0),
|
|
|
|
|
|
SUM(montant_src_fg0 + montant_stf_fg0 + montant_rea_fg0 + montant_nn1_fg0 + montant_nn2_fg0 + montant_nn3_fg0 + montant_ant_fg0 + montant_rap_fg0 + montant_sdc_fg0 + montant_tde_fg0 + montant_tse_fg0),
|
|
|
'', 0,
|
|
|
|
|
|
SUM(nb_src_fg1),
|
|
|
SUM(nb_stf_fg1),
|
|
|
SUM(nb_rea_fg1),
|
|
|
SUM(nb_nn1_fg1 + nb_nn2_fg1 + nb_nn3_fg1),
|
|
|
SUM(nb_ant_fg1),
|
|
|
SUM(nb_rap_fg1),
|
|
|
SUM(nb_sdc_fg1),
|
|
|
SUM(nb_tde_fg1),
|
|
|
SUM(nb_tse_fg1),
|
|
|
|
|
|
SUM(montant_src_fg1 + montant_stf_fg1 + montant_rea_fg1 + montant_nn1_fg1 + montant_nn2_fg1 + montant_nn3_fg1 + montant_ant_fg1 + montant_rap_fg1 + montant_sdc_fg1 + montant_tde_fg1 + montant_tse_fg1),
|
|
|
SUM(montant_src_fg1 + montant_stf_fg1 + montant_rea_fg1 + montant_nn1_fg1 + montant_nn2_fg1 + montant_nn3_fg1 + montant_ant_fg1 + montant_rap_fg1 + montant_sdc_fg1 + montant_tde_fg1 + montant_tse_fg1)
|
|
|
- SUM(montant_src_fg0 + montant_stf_fg0 + montant_rea_fg0 + montant_nn1_fg0 + montant_nn2_fg0 + montant_nn3_fg0 + montant_ant_fg0 + montant_rap_fg0 + montant_sdc_fg0 + montant_tde_fg0 + montant_tse_fg0)
|
|
|
FROM
|
|
|
#V_RSS_X#,
|
|
|
pmsi000202
|
|
|
WHERE 1=1
|
|
|
AND date_sortie >= '[PERIODE]'
|
|
|
AND date_sortie <='[TOPERIODE]'
|
|
|
AND pmsi000202.rss_id = v_rss_1.rss_id
|
|
|
[VIEW.FILTRE_RSS_SELECT]
|
|
|
[VIEW.NO_RSS_SELECT]
|
|
|
[VIEW.NOM_SELECT]
|
|
|
[VIEW.ECARTSUP_SELECT]
|
|
|
)
|
|
|
ORDER BY 2
|
|
|
;
|
|
|
]]></select>
|
|
|
<FIELDS>
|
|
|
<FIELD name="OID"/>
|
|
|
<FIELD name="RSS"/>
|
|
|
<FIELD name="SEJ"/>
|
|
|
<FIELD name="FIN"/>
|
|
|
<FIELD name="NOM" ifHideNames="Non autorisé"/>
|
|
|
<FIELD name="SEX"/>
|
|
|
<FIELD name="AGE"/>
|
|
|
<FIELD name="DATE"/>
|
|
|
<FIELD name="NBJ"/>
|
|
|
<FIELD name="DP"/>
|
|
|
<FIELD name="GHM12"/>
|
|
|
<FIELD name="GHS12"/>
|
|
|
|
|
|
<FIELD name="NSRC12"/>
|
|
|
<FIELD name="NSTF12"/>
|
|
|
<FIELD name="NREA12"/>
|
|
|
<FIELD name="NNNX12"/>
|
|
|
<FIELD name="NANT0"/>
|
|
|
<FIELD name="NRAP0"/>
|
|
|
<FIELD name="NSDC0"/>
|
|
|
<FIELD name="NTDE0"/>
|
|
|
<FIELD name="NTSE0"/>
|
|
|
|
|
|
|
|
|
<FIELD name="M12"/>
|
|
|
|
|
|
<FIELD name="GHM13"/>
|
|
|
<FIELD name="GHS13"/>
|
|
|
<FIELD name="NSRC13"/>
|
|
|
<FIELD name="NSTF13"/>
|
|
|
<FIELD name="NREA13"/>
|
|
|
<FIELD name="NNNX13"/>
|
|
|
<FIELD name="NANT1"/>
|
|
|
<FIELD name="NRAP1"/>
|
|
|
<FIELD name="NSDC1"/>
|
|
|
<FIELD name="NTDE1"/>
|
|
|
<FIELD name="NTSE1"/>
|
|
|
|
|
|
<FIELD name="M13"/>
|
|
|
<FIELD name="MEC"/>
|
|
|
</FIELDS>
|
|
|
</SQL>
|
|
|
</QUERY>
|
|
|
<QUERY type="comboLink" name="DATE_DEBUT" >
|
|
|
<SQL select="SELECT date, alias, texte, mois, level
|
|
|
FROM pmsi.v_calendrier_1
|
|
|
WHERE date_part('year',date) IN (SELECT annee_sortie FROM pmsi.p_simulation_fg2324 WHERE est_envoye <> '0' GROUP BY 1)" >
|
|
|
<FIELDS>
|
|
|
<FIELD name="cod" />
|
|
|
<FIELD name="alias" />
|
|
|
<FIELD name="txt" />
|
|
|
<FIELD name="mois" />
|
|
|
<FIELD name="lvl" />
|
|
|
</FIELDS>
|
|
|
</SQL>
|
|
|
</QUERY>
|
|
|
<QUERY type="comboLink" name="DATE_FIN" >
|
|
|
<SQL select="SELECT date, alias, texte, mois, level
|
|
|
FROM pmsi.v_calendrier_2
|
|
|
WHERE date_part('year',date) IN (SELECT annee_sortie FROM pmsi.p_simulation_fg2324 WHERE est_envoye <> '0' GROUP BY 1)" >
|
|
|
<FIELDS>
|
|
|
<FIELD name="cod" />
|
|
|
<FIELD name="alias" />
|
|
|
<FIELD name="txt" />
|
|
|
<FIELD name="mois" />
|
|
|
<FIELD name="lvl" />
|
|
|
</FIELDS>
|
|
|
</SQL>
|
|
|
</QUERY>
|
|
|
</QUERIES>
|
|
|
<PRESENTATION>
|
|
|
<VIEWLINKS>
|
|
|
<VIEWLINK label="Détail RSS" shortLabel="Détail RSS" view="PMSI000006.XML">
|
|
|
<ARG name="OID" value="ROW.OID"/>
|
|
|
</VIEWLINK>
|
|
|
</VIEWLINKS>
|
|
|
<ONGLET excelLabel="Simulation FG13">
|
|
|
<DATAGRID title="" total="true" key="RSS" headerHeight="36" totalRowInRows="= ROW.OID == '-9999999'">
|
|
|
<ROWSTYLE name="fontSize" value="11"/>
|
|
|
<FOOTERROWSTYLE name="fontSize" value="11"/>
|
|
|
<COLUMN dataField="OID" type="Char" visible="false">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="FIN" width="60" type="Char" visible="true" headerText="Etablissement" textAlign="left" visibleCondition="ENV.CONSOLIDATION == '1'" otherFunction="text" totalFunction="text" totalComplement="">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="RSS" width="60" type="Char" visible="true" headerText="N° RSS" textAlign="left" otherFunction="text" totalFunction="text" totalComplement="TOTAL">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="SEJ" width="90" type="Char" visible="true" outputFormat="#" headerText="N° séjour" textAlign="left" otherFunction="text" totalFunction="text" totalComplement="">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NOM" minWidth="100" type="Char" visible="true" headerText="Nom" textAlign="left" otherFunction="text" totalFunction="text" totalComplement="*ROW">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="SEX" width="40" type="Char" visible="true" headerText="Sexe" textAlign="right" otherFunction="text" totalFunction="text">
|
|
|
<CELLSTYLE name="cellIndicator" value="femme, 12,left middle , 0xEB76B1" condition="ROW.SEX == '2'" />
|
|
|
<CELLSTYLE name="cellIndicator" value="homme, 12,left middle , 0x75a0eb " condition="ROW.SEX == '1'" />
|
|
|
<CELLSTYLE name="cellIndicator" value="rectangle, 10,left middle , #FF5001 " condition="ROW.SEX == '3'" />
|
|
|
<CELLSTYLE name="cellIndicator" value="rectangle, 10, left middle, 0x666666" condition="ROW.SEX != '2' && ROW.SEX != '1' && ROW.SEX != '3'" />
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="AGE" width="35" type="Number" outputFormat="#" visible="true" headerText="Age" textAlign="right" otherFunction="text" totalFunction="text">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="DATE" width="60" type="Date" inputFormat="AAAA-MM-JJ" outputFormat="DD/MM/YY" visible="true" headerText="Date sortie" textAlign="left" otherFunction="text" totalFunction="text">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NBJ" width="40" visible="true" type="Number" outputFormat="#" headerText="Durée sej" fixed="false" textAlign="right" totalFunction="sum" otherFunction="sum">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="DP" width="45" type="Char" fixed="false" visible="true" headerText="DP" textAlign="left" otherFunction="text" totalFunction="text">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="GHM12" width="45" type="Char" fixed="false" visible="true" headerText="FG 2023 GHM" textAlign="left" otherFunction="text" totalFunction="text">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="GHS12" width="40" type="Char" visible="true" headerText="FG 2023 GHS" textAlign="left" otherFunction="text" totalFunction="text">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NSRC12" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2023 Nb SRC" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NSTF12" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2023 Nb STF" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NREA12" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2023 Nb REA" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NNNX12" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2023 Nb NNX" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NANT0" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2023 Nb ANT" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NRAP0" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2023 Nb RAP" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NSDC0" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2023 Nb SDC" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NTDE0" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2023 Nb TDE" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NTSE0" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2023 Nb TSE" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="M12" width="80" visible="true" type="Number" outputFormat="#E" fixed="false" headerText="FG 2023 CA Sup" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="GHM13" width="45" type="Char" visible="true" headerText="FG 2024 GHM" textAlign="left" otherFunction="text" totalFunction="text">
|
|
|
<HEADERCELLSTYLE name="color" value="0xff5001"/>
|
|
|
<CELLSTYLE name="color" value="0xff5001"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="GHS13" width="40" type="Char" visible="true" headerText="FG 2024 GHS" textAlign="left" otherFunction="text" totalFunction="text">
|
|
|
<HEADERCELLSTYLE name="color" value="0xff5001"/>
|
|
|
<CELLSTYLE name="color" value="0xff5001"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NSRC13" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2024 Nb SRC" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
<HEADERCELLSTYLE name="color" value="0xff5001"/>
|
|
|
<CELLSTYLE name="color" value="0xff5001"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NSTF13" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2024 Nb STF" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
<HEADERCELLSTYLE name="color" value="0xff5001"/>
|
|
|
<CELLSTYLE name="color" value="0xff5001"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NREA13" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2024 Nb REA" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
<HEADERCELLSTYLE name="color" value="0xff5001"/>
|
|
|
<CELLSTYLE name="color" value="0xff5001"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NNNX13" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2024 Nb NNX" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
<HEADERCELLSTYLE name="color" value="0xff5001"/>
|
|
|
<CELLSTYLE name="color" value="0xff5001"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NANT1" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2024 Nb ANT" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
<HEADERCELLSTYLE name="color" value="0xff5001"/>
|
|
|
<CELLSTYLE name="color" value="0xff5001"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NRAP1" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2024 Nb RAP" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
<HEADERCELLSTYLE name="color" value="0xff5001"/>
|
|
|
<CELLSTYLE name="color" value="0xff5001"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NSDC1" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2024 Nb SDC" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
<HEADERCELLSTYLE name="color" value="0xff5001"/>
|
|
|
<CELLSTYLE name="color" value="0xff5001"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NTDE1" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2024 Nb TDE" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
<HEADERCELLSTYLE name="color" value="0xff5001"/>
|
|
|
<CELLSTYLE name="color" value="0xff5001"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="NTSE1" width="50" visible="true" type="Number" outputFormat="#" fixed="false" headerText="FG 2024 Nb TSE" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
<HEADERCELLSTYLE name="color" value="0xff5001"/>
|
|
|
<CELLSTYLE name="color" value="0xff5001"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="M13" width="80" visible="true" type="Number" outputFormat="#E" fixed="false" headerText="FG 2024 CA Sup" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
<HEADERCELLSTYLE name="color" value="0xff5001"/>
|
|
|
<CELLSTYLE name="color" value="0xff5001"/>
|
|
|
</COLUMN>
|
|
|
<COLUMN dataField="MEC" width="80" visible="true" type="Number" outputFormat="#E" fixed="false" headerText="Ecart" textAlign="right" otherFunction="sum" totalFunction="sum">
|
|
|
</COLUMN>
|
|
|
</DATAGRID>
|
|
|
</ONGLET>
|
|
|
</PRESENTATION>
|
|
|
</VUE>
|