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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

excel expression to qlikview

Hello guys

how can I transform this excel expression in qlikview?

=IF(FieldA<FieldB;FieldB;IF(FieldB<FieldC;FieldC))

Labels (1)
1 Reply
sunny_talwar

May be this:

If(FieldA < FieldB, FieldB, If(FieldB < FieldC, FieldC))