Skip to Content
0
Aug 18, 2023 at 02:57 AM

Copy Data Across Versions no Working

85 Views

I need assistance with a data action that copies data from version "Actual" and date "200001" to version "Baseline" every month of 2023. The data action is working in one model, but not in another.

Can someone please help me troubleshoot this issue?

Is there a setting in the model that prevents copying across versions?

I have attempted to use the 'Add Step Copy' function, but it is not functioning properly for every month within a selected year. If possible, I would appreciate any assistance in getting this script to work.


Script:
CONFIG.TIME_HIERARCHY = CALENDARYEAR

CONFIG.GENERATE_UNBOOKED_DATA = OFF

CONFIG.FLIPPING_SIGN_ACCORDING_ACCTYPE=OFF

MEMBERSET [d/Date]= BASEMEMBER([d/Date].[h/YM] ,%TargetPeriod% )

DATA() = RESULTLOOKUP([d/Version]="public.Actual", [d/Date]="200001")