Level 2 2.3.9.2 OFFSET formula
Hi
i wrote this formula.It has taken without any errors but showing zeroes
This is my formula
IF 'SYS01 Time Settings By Week'.'1st Forecast Year?' THEN OFFSET(Volumes, -52, 0) ELSE 0
Can u provide correct formula
Answers
-
Hi @Sirisha88 ,
The formula that you have applied is correct. You will be able to see the values from the next year onwards i.e. Week 1 FY20. This is how the Offset works.
I hope it helps
~Anand
https://in.linkedin.com/in/anand-shekhawat-35645486
0 -
When you write -52 you are trying to get data from Volumes 52 weeks in the past.
If this is done on purpose then you have to check the time dimension of both line items.
Time ranges can be different and the system thinks that you are referring out of the time scale.
0 -
Thank u soo much for your replies..i got it
0 -
Hello all,
can you please help me to solve this:
I write the same formula but steal have 0 in line item volumes;
0