Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
muhammadraza
Partner - Creator
Partner - Creator

Pick max value (with respect to date) for each month and account and accumulate it for every month

Hello Guyz,

I have the following data-set

ds.png

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

table needed.png

Please guide how can I achieve this.

The qvw and excel sheet file are attached.

Regards,

Muhammad Raza

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvw.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
maxgro
MVP
MVP

try with

dimension       month

expression      sum(aggr(FirstSortedValue(Balance, -AsOfDate), Account, month))

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvw.


talk is cheap, supply exceeds demand