please help.
we have scenario to get the value of a numbered field of last week in a quarter. For example we are in Q 1, we want the value of week 13 (which is last week in first quarter).
do we have any functions available to get the value?
@anirudh
Try using this instead of the +85
Hi anilp,If you're using Anaplan time, set the Time Summary of the line item to closing balanceThis way, the quarter value will always be the value of the last week in the quarterThen in your destination line item, simply refer the quarter line item by using a quarter lookupLet me know if you need more helpRegards,Anirudh
Thank you anirudh for reply.
that helps a bit. how i can identify last month in a quarter and based on that i need to pull the closing balance for that month.
Hello @anilp
What @anirudh was referring to is the following...
Change the summary method of the line item -for which you need to obtain the last value in the quarter- from the default SUM to Closing Balance. This way, the value of each Q will be the value of the last week in the quarter.
Now that you have the value you want in each Quarter, you can directly reference it and it will equal the value of the last week in the quarter. Anaplan has native functions to reference Quarter values, but we don’t have a native function to reference Week x of the year.
assumption for that solution to work are:1. You should be using Native Anaplan Time.
2. Module is dimensioned by weeks
Hi,
Try the formula in the line item month
Regards,
Anirudh
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…