Skip to main content
Announcements
Global Transformation Awards submissions are open! SUBMIT YOUR STORY
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))

1 Reply
sunny_talwar

May be this:

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