Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
RishabhTFC
Contributor III
Contributor III

Want to find the price of latest date or recent date

Hello Guys,

I want to make a bar graph that shows the price of vendors on the latest date.

this is the given sample to try. I tried firstsortedvalue function but it only shows valut of only V1 all others vendors are showing "-".

Please help me to solve this issue. 

Vendor_id

DatePrice

V1

20140601155
V120151001158.56
V12018010193
V220100501171.43
V320110718121
V22017050155
V120110718118
10 Replies
vishsaggi
Champion III
Champion III

Did you try Ruben's expr?

Ma be try his expr like below:


= Sum(Aggr(FirstSortedValue(Price, -Date), V_id, Part_id)*Qty))