Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
could you suggest me on how to get a cumulative max on front end?
In the example table below I'd like to get the fourth column (Cumulative max).
Thank you very much
Try RangeMax so something like RangeMax(Above(Max(Amount), 0, RowNo()))