Dear Experts:
I am facing a very basic problem that is blocking the development of an input schedule.
I have created a Simple Script logic which is located in Default.Lgf, which follows like this
SCOPE
-------
*XDIM_MEMBERSET CURRENCY= USD
*XDIM_MEMBERSET DATA_SOURCE = INPUT_EXCEL
*XDIM_MEMBERSET CATEGORY = PRO
*XDIM_MEMBERSET ACCOUNT = XXXX
-------
*WHEN Account
*IS XXXX
*REC(EXPRESSION = [ACCOUNT].[XXXXX]= [ACCOUNT].[YYYYY] + [CONCEPTO].[ZZZZZ])
*ENDWHEN
*COMMIT
For some reason, the calculation of xxxx is not working and the input schedule is not bringing any data.
I have made a more accurate Scope but the problem persists.
Please let me know if you have the correct answer.
Regards.