cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Data Across Versions no Working

jean_almeida
Explorer
0 Kudos

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")

Accepted Solutions (0)

Answers (0)