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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

returning a text value from set analysis

Have a table

Date                                      Process                Error

1/2/2016 5:10:00               ProcessA             invalid login

1/2/2016 6:10:00               ProcessA             invalid account

1/2/2016 6:15:00               ProcessA             Error in parameter

1/2/2016 6:16:00               ProcessB              Invalid acc

1/2/2016 7:01:00               ProcessA             Invalid Login

From the above table how to get the latest error message for Process A

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this:

FirstSortedValue({<Process = {'ProcessA'}>}Error, -Date)

View solution in original post

1 Reply
sunny_talwar
MVP
MVP

Try this:

FirstSortedValue({<Process = {'ProcessA'}>}Error, -Date)