Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
yura_ratu
Partner - Creator II
Partner - Creator II

Get value of the field for max value of other field

Hi community,

Let's say there is raw data with following columns:

Date, Metric ID, Metric Value

I need to create a result table with following columns:

Metric ID, Metric Value

In Metric Value column I need to show a value from max day each metric appeared.

What expression I need to use?

Thank you in advance

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

=FirstSortedValue([Metric Value],-Date)

View solution in original post

1 Reply
MK_QSL
MVP
MVP

=FirstSortedValue([Metric Value],-Date)