Had a Partner ask if there is anything that does a "last non zero value" like our first non zero. Discussed ranking, but apparently that wouldn't work.
The modeler can achieve the same effect with a simple formula. Imagine a numeric line item called Input. The last non-zero value (across a timescale, assuming that's the use case) can be computed for a line item Output using Output = IF Input <> 0 THEN Input ELSE PREVIOUS(Output)
It would be great to have visibility into which workflow templates a particular extract or link is used in.
In Anaplan's new UX, when running an extended process, any user active may be greeted my a banner informing them that the '… Model is Busy'. However, this message can be ambiguous, and it may be beneficial for certain processes to more clearly articulate what is happening. My suggestion would be the ability to add a new…
When working with Line-Item Subsets (LIS) in Anaplan, you might’ve noticed something tricky - LIS works beautifully when your report mixes numeric values like Revenue and Cost, but the moment you introduce a percentage-based line item (like Margin %), things start breaking at the summary level. Recently, while building a…