Hi,
This must be simple but it is driving me mad
What formula do i need in the Next Non Blank line item to find the next non blank date?
Thanks
Ok it was simple, but I will leave it here anyway
MOVINGSUM(Date, 1, 52, FIRSTNONBLANK)
thanks
@DeveloperCYT
Well done...Quick question, instead of using the MOVINGSUM() function, could you just enable the summary for FirstNonBlank?
Rob
Did you try using YearValue? This assumes you don't want to span the year which I believe your MovingSum does since it is a rolling time period. Again, happy you figured it out, I was just wondering if this alternative way would have worked for you.
Hello everyone, I hope you're doing well. I'm posting because two of my coworkers are trying to use the Anaplan Excel Add-In Series 4, but they're running into an issue during the connection setup process. When they go to New → New Read-Only Connection (or New Connection) and reach the "Select a Customer" step, no…
Why in my model output is blank, after send explainability data.
I am working on a use case where I need to display the top 5 lines of a module as individual lines, while grouping all remaining lines under an "Others" category. The module is dimensioned by multiple composite hierarchy lists, along with Time and Version. To achieve this, I need to use the RANK function with the Ranking…