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.
I have a Price module where customers are ranked based on their unit prices. I also have a Comparison module, where I want to display the names and unit prices of top-ranked customers for comparison. The model includes a Customers list. In the Comparison module, I want to write formulas to bring in the customer names and…
Can there be a duplication in Process ID's
Client has spoke models built in Classic and now considering building Data Hub in Polaris in order to deal with sparsity. On the surface this seem possible but likely a bad idea. Has anyone done anything similar to this? Specifically, what did you have to do to ensure that data was compatible? Any thoughts or suggestions…