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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
HelenaBow12_
Contributor
Contributor

Filter by max value

Hello everyone! I am currently struggling with filtering the data in the table. I have created an example of my data in Excel and it looks like the following.

HelenaBow12__0-1672753149055.png

I now need to filter the strings by the highest revision number. So, my final table looks like this:

HelenaBow12__1-1672753266260.png

I am new to Qlik, so I am not quite sure how to perform this. 

 

Thank you in advance for your ideas!

 

Labels (1)
1 Reply
BrunPierre
Partner - Master II
Partner - Master II

One front end approach could be as follows.

Dimension: OfficeID, SalesPerson, ExpectedOrderDate and Revision

Use the expression below for the Amount.

=Sum(Aggr(FirstSortedValue(Amount,-Revision),OfficeID))