hey guys
Please let me know is there any function for Transfer the value from one time period to another time period
Without using offset,post,lag
need to transfer the values directly
Hi,
If I understand your requirement correctly. Post, offset, and lag functions will work not sure why you don't want to use them.
Other than this, you can create the SYS module dimensioned by Time and create a line item and add the formula " Item(time) -12", which will give the previous year's months, then you can use this line item to lookup to get FY22 headcount value in FY23, like "IF current year Then EMP00 Headcount else EMP00
Headcount[lookup:SYS:PY Months]".
Hope this is work, or else please revert back.
Hi - I cannot seem to create a migration for Assignment 3 and it will not allow me to update the hierarchy and proceed further. It seems to think that a link has already been created, but I don't see anything. Any ideas?
There was an error rendering this rich post.
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…