Hi,
The holding has only 70% for company A.
So, when we upload the data records with Excel file for this company A, we want to create the new data record -3
For example:
TIME | CATEGORY | ACCOUNT | DATASOURCE | ENTITY | MEASURES | SOURCE |
2014,JAN | ACTUAL | ACCOUNT1 | INPUT | COMPANY1 | 10 | BY Excel File |
2014,JAN | ACTUAL | ACCOUNT1 | INPUT | COMPANY1 | -3 | BY script |
Detail of script (we dont use the ownership)
*SELECT(%COMPTE%, [ID], ACCOUNT, "[CONSO_AC]='Y'")
*SELECT(%SOC_CONSO%, [ID], ENTITY, "[CONSO]='Y'")
*XDIM_MEMBERSET CATEGORY=%CATEGORY_SET% |
*XDIM_MEMBERSET RPTCURRENCY=LC |
*XDIM_MEMBERSET TIME=%TIME_SET% |
*WHEN ACCOUNT |
*IS POURCENT_CONSO |
*REC(EXPRESSION=1-GET(ACCOUNT="POURCENT_CONSO"), ACCOUNT ="COEFF") |
*ENDWHEN |
*COMMIT |
I have the problem of syntaxe of GET
NB : for the technical 'account' pourcent_conso, we input the value : 0,7
Bastien