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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
GianluigiBI
Contributor
Contributor

Max of one field based on max of another field at script level

 
Hello guys,
as you can see I have a table similar to the one in the screen.
I would need an additional table created like:
Distinct of the Stores; Select the max of the cycle, and I would need the Prog value associated with the max of the cycle
 
 
GianluigiBI_0-1664957467301.png

 

Labels (6)
1 Reply
Lisa_P
Employee
Employee

This is possible with the following configuration in a table:

Dimension 1: Store
Dimension 2: aggr(Max(Cycle), Store)
Measure 1: Max(Prog)