Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
p_noindl
Partner - Contributor III
Partner - Contributor III

max date

I want to show the last sold quantity (for max(Date) per product) in a pivot table. It works for one single product, but not for all products. Anyone has an idea?

1 Solution

Accepted Solutions
ecolomer
Master II
Master II

3 Replies
swuehl
MVP
MVP

Try

=FirstSortedValue(Qty, -Date)

ecolomer
Master II
Master II

Is this?

p64.png

p_noindl
Partner - Contributor III
Partner - Contributor III
Author

Many thanks, I have forgotten that firstsortedvalue can have a - argument.