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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
2 Replies
sunny_talwar
MVP
MVP

Try FirstSortedValue() function:

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

Not applicable
Author

Hello,

Thanks a lot it's working

Best regards