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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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

1 Solution

Accepted Solutions
sunny_talwar

Try this:

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

View solution in original post

1 Reply
sunny_talwar

Try this:

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