Hi all,
I am using the command *DESTINATION_APP to copy data from 1 model to another model.
In my case, it is from model GOODWILL to model Consolidation.
But, when data is copied from GOODWILL to Consolidation, it is duplicate to 19 time.
Does anyone has this error too? And do you have solution for this error.
My logic script is below:
*XDIM_MEMBERSET TIME = %TIME_SET%
*XDIM_MEMBERSET FLOW = F_CB
*DESTINATION_APP = Consolidation
*SKIP_DIM = C_ITEM
*ADD_DIM AUDITTRAIL = GOODWILL
*WHEN FLOW
*IS F_CB
*REC(FACTOR = 1)
*ENDWHEN
note: %TIME_SET% is parameter pass from data package management.
Please, help me to solve this problem.
Thanks,
Thai.