I'd like to perform a cumulative sum by date preferably in the scripts.
In the table below column(1) has the raw values, whilst column(2) displays the cumulative figure.
Now upon selecting a date i.e. 12/10/2020 this expression "(RangeSum(Above(SUM({<%Date={"<=$(=MAX(%Date))"} >}m_InterestAccruals),0,RowNo())))" , sums up from 22/09/2020 to give a correct output of 258,655.08
My challenge is getting only this total figure of 258,655.08 just a single row each and each time a date is selected.