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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
brunolelli87
Creator II
Creator II

Firstsorted value with 2 columns

Dears,

How can I get the date on field PERI, based on the FirstSortedValue of column LOPP? Or,
How can I get the date on field PERI, based on the very first time we have a value of LOPP higher than 0?

Check the picture below:

8.png

Thanks,
Bruno Lelli

1 Solution

Accepted Solutions
Saravanan_Desingh

FirstSortedValue(PERI, LOPP)

For the least value of LOPP, the PERI will be pulled.

View solution in original post

1 Reply
Saravanan_Desingh

FirstSortedValue(PERI, LOPP)

For the least value of LOPP, the PERI will be pulled.