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

Table shown parts, customer and last sorted prize

Hello,

i am new to Qlikview and have a problem!

i have a table with: parts, customer, prize and date

i need to show a table with the last prize for each part and customer.

Labels (1)
1 Reply
Steven35
Partner - Contributor III
Partner - Contributor III

Hello,

If we have:

Steven35_0-1675865700496.png

Then you would have:

Steven35_1-1675865739008.png

You need to use "FirstSortedValue" : https://help.qlik.com/fr-FR/sense/November2022/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/Basic...

LastDate = FirstSortedValue(date,-date)

LastPrize = FirstSortedValue(prize,-date)

Best regards,

Steven