Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to show the 3 parameter in 3 single KPI
The data show below
In the KPI expression I typed
FirstSortedValue(distinct measure_value,-measure_time)
The KPI shown
The measure_time of temp, CO2 and HR are same. If I don't type 'distinct' in the expression it will show nothing
How to show the other 2 parameter CO2 & HR in KPI?
Try this:
FirstSortedValue({<measure_value={'CO2'}>}measure_value,-measure_time)
Try this:
FirstSortedValue({<measure_value={'CO2'}>}measure_value,-measure_time)