I would like to know if we can copy the data from one scenario to another scenario for several years. See the example below

For example, I would like to take our entry scenario Plan for FY16 and copy this data into our Long Range Planning scenario in the years 2016,2017,2018,2019,2020.

So I know I can do this script calc to copy a year but what can do to copy several years if possible

ESS_LOCALE English_UnitedStates.Latin1@Binary
UPDATECALC OFF SET;
SET CLEARUPDATESTATUS AFTER;

Fix (& PlanYr)

ClearData "LRP Input;

DATACOPY "Entry Plan" to THE "LRP Input;
"Entry plan";


ENDFIX

Yes--but with several instructions DATACOPY (one for each year of the 'target').

You can always make your CLEARDATA in a FIX on every year, but then put the DATACOPYs after the ENDFIX.

Tags: Business Intelligence

Similar Questions

Maybe you are looking for