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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need Help

Hi Experts,

    I have a scenario like this, i need to show the recent status for every 'id' PFA . I need to show that in straight table

with out any selections

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Check enclosed file

View solution in original post

6 Replies
MK_QSL
MVP
MVP

Check enclosed file

MK_QSL
MVP
MVP

check enclosed file

rustyfishbones
Master II
Master II

Use FIRSTSORTEDVALUE

Not applicable
Author

Hi Manish,

     i want to show the date also for that status

rustyfishbones
Master II
Master II

Try below, you may need to format the Date

DATE(FirstSortedValue(date,-date),'DD/MM/YYYY')

MK_QSL
MVP
MVP

Try FirstSortedValue(date,-date)