Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Yuva_S
Contributor
Contributor

Displaying value based on condition in qlikview

Mates,

i am very new to QlikView. i got stuck in determining the result based upon the condition.

Condition:

i need to get the percentage in QlikView text box based upon the function max(Date).

But am not successful.  Need your help.

P.S : Tried with expression =only({<Date={max(Date)}>}Percentage), but does not getting the required result.

DatePercentage
1-Nov95%
2-Nov92%
3-Nov93%
4-Nov99%
Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

May be this

=Only({<Date = {"$(=Max(Date))"}>} Percentage)

View solution in original post

2 Replies
sunny_talwar

May be this

=Only({<Date = {"$(=Max(Date))"}>} Percentage)
Yuva_S
Contributor
Contributor
Author

Works perfect 🙂