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)
In as much detail as possible, describe the problem or experience related to your idea. Please provide the context of what you were trying to do and include specific examples or workarounds: Current options for Network charts are limited - no resizing (only zoom in/out) is allowed, background is always white, and you can't…
It would be really useful to be able to have a separate filter for each section of a combined grid. I have a grid where we want to see year 1 by month (Grid 1) and year 2 and 3 by year (Grid 2) and then a total for all three years. I can set up a set of time filters that gives me this result so no issue there. The…
In as much detail as possible, describe the problem or experience related to your idea. Please provide the context of what you were trying to do and include specific examples or workarounds: We've pre-configured a Notification Action to allow specific end-users to be able to send an email to an Admin. That Notification is…