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
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
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.
Check https://help.anaplan.com/4f5a095c-0e7a-4f1a-b6ea-0ef8f88d6c3f-OFFSET
Thank u soo much for your replies..i got it
Hello all,
can you please help me to solve this:
I write the same formula but steal have 0 in line item volumes;
Hi All, I taking level 2 training for model building and need access for my apps. Could someone direct me how to contact the tenant administrator for requesting access. Is there any email ID request access which i am missing? Thank you, Sandeep Reddy
I am stuck at Activity 2.3.8.2 Import into DEM01 Module I don't know how to map Time. Could anyone please help with this: I thought it should be "Patterns with Separators" Y-M but it failed "Expected month name or number in date/period" I tried all "Match Names" (could not choose Language), "Periods" with "Custom…
A while back, I shared a pattern for extracting and reporting on Anaplan audit data using a Python project hosted on GitHub. I wrote that during my time on the Operational Excellence Group (OEG) at Anaplan. The Python solution still works, and plenty of teams are running it today. The problem it solves hasn't changed:…