IF condition don't work
Summary
IF condition don't workContent
Hello,
I have a BR, to make a copy between scenarios. I have all the real data in scenario V_BASE and I want to copy only the "real" month for the corresponding forecast scenario.
So if I have the scenario SC_F9+3 I will have 9 real months and 3 forecast. I made the following code and didn't' work, can someone tell me why?
&Orc_Cenario - is the variable for scenario
&Orc_Ano - is the variable for year
SET CREATENONMISSINGBLK ON;
SET AGGMISSG ON;
SET UPDATECALC OFF;
FIX ("Jan","SC_F1+11", &Orc_Ano)
0