Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem function

Hello,

I have a problem with function in qlikview to reveal a value.

I select a "Code Article" and with the function (=MaxString({$}Date_Derniere_Entrée)) it gives me the last date of "Prix d'achat".

My problem is "Prix d'achat" it does not fetch the price of date to select

1.JPG

If anyone have a idea

Best REgards

2 Replies
sunny_talwar

Try FirstSortedValue() function:

=FirstSortedValue("Prix d'achat", -Date_Derniere_Entrée)

Not applicable
Author

Hello,

Thanks a lot it's working

Best regards