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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Karl_Hart
Creator
Creator

Max Aggr

I really dont understand the max aggr function and I think i need it.

I have a series of budget amounts entered into our system and I only want to show the most recent one

Project          Timestamp     Budget

Finance          1                    £25,000

Finance          2                    £30,000

Finance          3                    £20,000

Finance          4                    £23,000

So I want to show the budget amount for only the most recent entry (ie the one against timestamp 4 in this case = £23,000)

Any helpers out there?

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

=FirstSortedValue(Budget,-Timestamp)

View solution in original post

2 Replies
MK_QSL
MVP
MVP

=FirstSortedValue(Budget,-Timestamp)

Karl_Hart
Creator
Creator
Author

Thanks Manish, that was simpler than expected