Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have to get cumsales field by the summation of sales for months and cum_category_count should be the cumulative count of category with respect to category and month. Could anyone please suggest a solution for this?
you need an expression something like this
=Aggr(RangeSum(Above(Sum(sales), 0, RowNo())), category, (date, (NUMERIC))).
attached output from my sample data