Hi All,
Can you please help me in populating the attached years by formula , where I am not using Timescale in the module and my
Mapping Year (line item) format is Year.
CHRT** and YR** are my two dimensions used here.
Hi, @MadhabikaM
It may be helpful to use cumulate function along with line items.Please see this anapedia in detail.
https://help.anaplan.com/anapedia/Content/Calculation_Functions/All/CUMULATE.html
And here is an example of Year adding.
I hope this could help you.
▼See CUMULATE('Number_1', FALSE, CHRT)
If you don't set the current period, you may have to choose 'initial_year' manually.
▼Here is the result.
Regards,
Taichi
Thank you Taichi, this really helped.
Madhu
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…