Dear Expert,
Please tell me the tranparent table stored parameter when I run data package in EPM to run a script logic.
My Script like this:
*XDIM_MEMBERSET CATEGORY= Actual
*FOR %T%=%TIME_SET%
*XDIM_MEMBERSET TIME=%TIME_SET%
*WHEN TIME
*IS %T%
*REC(EXPRESSION =%VALUE%*$per$,TIME=TMVL(12,%T%),CATEGORY=Plan)
*ENDWHEN
*NEXT
*COMMIT
Parameter $per$ will be replaced when running package, so I want to know which table store this para?
thanks so much
HUNGTH