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

max updated_date

Hi

I need to show the latest comment in text box .

Ex .

I have

CodeCommentUpdatedDate
1011Test111/20/2014 16:18
1011Test211/20/2014 16:19
1011Test311/20/2014 16:22
1011Test411/20/2014 16:18
1011Test511/20/2014 16:18
1011Test611/20/2014 16:14

my test box should show Test3 as this comment is latest one.

Please suggest the expression.

Labels (1)
1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Use FirstSortedValue(Comment, -UpdatedDate)

View solution in original post

2 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Use FirstSortedValue(Comment, -UpdatedDate)

Anonymous
Not applicable
Author

Thank you