Hello,
We are using BPC NW 10.0 SP4 801.
We have a requirement in which user want to use below script in default.lgf. They don’t want to run this script using data manager package.
*XDIM_MEMBERSET INTERCO = <ALL>
*XDIM_MEMBERSET AUDITTRAIL = <ALL>
*XDIM_MEMBERSET COMPANY = <ALL>
//*XDIM_MEMBERSET CATEGORY = <ALL>
*XDIM_MEMBERSET CATEGORY = ACTUAL
*XDIM_MEMBERSET COSTCENTER = C9999
*XDIM_MEMBERSET ACCOUNT = NETINC
*XDIM_MEMBERSET TIME = %TIME_SET%
*WHEN ACCOUNT
*IS NETINC
*WHEN TIME.PERIOD
*IS <> APR
*REC(EXPRESSION = %VALUE%+([ACCOUNT].[NETINC],[TIME].[TMVL(-1,%TIME_SET%)]),ACCOUNT = "NETINC")
*ENDWHEN
*ENDWHEN
Can you please help me that how can we use this in default, here %TIME_SET% is creating issue if I use this in default.lgf.
Best Regrads,
Deepak