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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
rajaqliks
Contributor III
Contributor III

How to get max value using aggr function

Hi experts,

how to get max values on each date of each product and sum of each date values

the result should be like this

Answer:

 Capture1.PNG

Question :

Capture2.PNG

1 Solution

Accepted Solutions
Lisa_P
Employee
Employee

Use this expression for Sales measure:
Sum(Aggr(Max(Sales), Product, Date))

View solution in original post

1 Reply
Lisa_P
Employee
Employee

Use this expression for Sales measure:
Sum(Aggr(Max(Sales), Product, Date))