Hi All,
We are transferring periodic measure from one BPC 10 model to another as YTD.
This somehow seems to have stopped working. Now the destination app only gets the records transferred and not the YTD roll-over to rest of the year.
Script looks as below.
*XDIM_MEMBERSET DATATYPE = ACTUAL
*XDIM_MEMBERSET MEASURES = YTD
*XDIM_MEMBERSET ACCOUNT = BAS(PL) // P&L Accounts
*DESTINATION_APP = CONSOL
*WHEN ACCOUNT.ACCTYPE
*IS "INC", "EXP"
*REC(FACTOR = 1)
*ENDWHEN
If I load 1 record as periodic CONSOL model should get 12 records as YTD. Only 1 record for period 1 gets reflected in Consol now.
This was working till last month but stopped working now. The Script hasn't changed since long.
Its BPC 10.0 SP 12 NW
Any advise how to trace it down?
Thanks,
Pratap