Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
GaryChin
Contributor III
Contributor III

Show the latest Date in the KPI

Hi All,

I want to show the date on the Second KPI which the expression is:

FirstSortedValue({<measure_point={'AQI'}>}measure_time,-measure_time), but it show not in Date format

measure time KPI.PNG 

The date get in the field measure time.PNG

 

Any help would be very appreciated.

 

 

Labels (1)
1 Solution

Accepted Solutions
jaibau1993
Partner - Creator III
Partner - Creator III

Hi!

You have to properly format the expression.

2019-12-16 08_51_20-Window.png

By the way, I think you can use  

Max({<measure_point={'AQI'}>} measure_time)

as expression instead of that 'FirstSortedValue'. It should do the same thing but I think it is conceptually simpler.

Regards,

Jaime.

View solution in original post

1 Reply
jaibau1993
Partner - Creator III
Partner - Creator III

Hi!

You have to properly format the expression.

2019-12-16 08_51_20-Window.png

By the way, I think you can use  

Max({<measure_point={'AQI'}>} measure_time)

as expression instead of that 'FirstSortedValue'. It should do the same thing but I think it is conceptually simpler.

Regards,

Jaime.