Hello Experts,
I am doing a script logic to Calculate budget for year +1 based on present year. I'm running the script in tx ujkt and I see a difference between the LG file and the LOG:
LG File

LOG

As shown in the images my scope is fine, but in the log it changes.
I'm trying to calculate 01.2017 = 01.2016, 02.2017=02.2016, 03.2017=03.2016. This to test and then add the factor. But what it seems the Script does is to 01.2017= 01.2016+02.2016+03.2016 ; 02.2017= 01.2016+02.2016+03.2016; 01.2017= 03.2016+02.2016+03.2016.
Why is the scope changed when executing the Data Manager?
Any Ideas?
Regards