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: 
Not applicable

Show only latest product price

How do I show only latest Product Price in a straight table:

I would like to show only the latest product price

Please assist with conditional statement or expression string for this straight table:

12 Replies
malini_qlikview
Creator II
Creator II

Hi,

Use a Calculated dimension as below

=Aggr(Max(ProductPrice),ProductCode)

Not applicable
Author

Still not working, not sure why either

Not applicable
Author

Thanks, this worked:)