Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
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))