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.
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…