Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

last update value

Hello,

i have a costprice table wit 3 FIELDS

ITEMID | COSTPRICE | MODIFIEDDATE

i need anytime the last costprice per ITEMID

can u explain me how i can get these values in an expression?

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Create a Straight Table

Dimension

ITEMID


Expression

FirstSortedValue(COSTPRICE,-MODIFIEDDATE)

View solution in original post

1 Reply
MK_QSL
MVP
MVP

Create a Straight Table

Dimension

ITEMID


Expression

FirstSortedValue(COSTPRICE,-MODIFIEDDATE)