Hello,
I have a line item with Month Format (Maternities Month M_paid leaves calc) and need to repeat it until another line item with boolean format is true (Maternity).
Tried with lastnonblank formula.
Thank you for your help!
Hi @rfilip
The formula should be - IF NOT Boolean THEN PREVIOUS(Same Line Item in which formula is applied) ELSE Overridden line item
Cheers!!
Sorry, but is is not clear. Overridden is a new line item that I have to create?
@rfilip Overridden line item is for the purpose if after a boolean is ticked you want new month to take place
If overridden line item is not available, then you can just use BLANK
Ok. Clear this part of overridden.
But, my need is to have this May 23 repeated as long as Maternity is true.
And as you can see in the formula, if using previous only Jun 23 is repeating, everything still remains empty.
Ok understood! Try framing formula like this:
IF ISNOTBLANK(Last worked month) THEN Last Worked Month ELSE IF Maternity THEN PREVIOUS(Maternities Month M_paid leaves calc) ELSE BLANK
Hope that I well understood your idea.
Not working still.
Hey @rfilip Getting there, You have done everything correct except line item under PREVIOUS(). You need to refer the same line in which you are applying the formula. See my above answer
Incredible !π²
I was thinking I will have a circular reference if I will use it, as you mentioned, but it worked. Thank you verry much for your time and patience !
Hello community, I have an issue with anaplan report (functionality). The issue I have is within couple of slides. The data in that report is scrolling into a new page. There is a hierarchy in the rows and line items and time in the columns. My problem is, the hierarchy is getting broken in the second page. One of the nodeβ¦
As shown in the screenshot, each monthly amount (Jan, Feb, Mar 2024) needs to be paid down in the future months (JanβAug 2025). The paydown must satisfy certain conditions specific to each month between Jan and Aug 2025. If the conditions are met, the paydown can occur. For example, if $20 is available to pay in Jan 2025β¦
I have completed level 2 certificate still I am not confident. I want practice more, where I get small project for practice.