Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guyz,
I have the following data-set

From this data-set I have to pick the maximum value (with respect to date) for each month and for each account accumulate it and display in a table as shown

Please guide how can I achieve this.
The qvw and excel sheet file are attached.
Regards,
Muhammad Raza
try with
dimension month
expression sum(aggr(FirstSortedValue(Balance, -AsOfDate), Account, month))
See attached qvw.