Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
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
Partner - Master

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))