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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
venkatg6759
Creator III
Creator III

First sorted value based on expressions

Hi Everyone,

I have a table as shown in the attachment .

I have rating date and Author Name in dimensions and

Rating field has buy ,sell,neutral .................

where we count the # buy,# sell in expressions .

I need to get the most recent rating date for each of the  rating count  .

Any ideas on this ?

Thanks,

Venkata

5 Replies
giakoum
Partner - Master II
Partner - Master II

aggr(max([rating date]), [Author Name])

swuehl
MVP
MVP

Could you post a small sample QV app and your expected outcome (e.g. as Excel table or bitmap)?

venkatg6759
Creator III
Creator III
Author

I got what i need but how can i represent the same in a bar chart .

Check the attachment.

Thanks,

Venkata

msteedle
Partner - Creator
Partner - Creator

Represent what in a bar chart?

SunilChauhan
Champion II
Champion II

firstsortedvalue([rating date]), -[Author Name]


try this this


hope this helps

Sunil Chauhan