Hi Experts,
I have a requirement to transfer Periodic Values from a YTD model to a Periodic Model.
The approach I am taking is first Copy the Periodic Values within the YTD application itself to dummy Audittrail Member and then Using destination app to transfer the data from this Audittrail member to Periodic Model.
I have a written the below script for calculating and posting the Periodic Values to a dummy Audittrail member:
*XDIM_MEMBERSET ENTITY= %ENTITY_SET%
*XDIM_MEMBERSET TIME= %TIME_SET%,TMVL(-1,%TIME_SET%)
*WHEN TIME
*IS %TIME_SET%
*REC(FACTOR=1,AUDITTRAIL="AUDIT TRAIL TO CAPTURE PERIODIC VALUES")
*IS TMVL(-1,%TIME_SET%)
*REC(FACTOR=-1,AUDITTRAIL="AUDIT TRAIL TO CAPTURE PERIODIC VALUES" ,TIME=%TIME_SET%)
*ENDWHEN
*ENDWHEN
This script is running fine for months from Feb- Dec.
I am facing an issue when running for January. The following message appears in the Data manager package: RUN_LOGIC:Invalid TMVL return value
Is there any way to prevent the system from analyzing TMVL(-1,%TIME_SET%) if January is selected as the %TIME_SET%?
Warm Regards,
Collin.