Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello guys
how can I transform this excel expression in qlikview?
=IF(FieldA<FieldB;FieldB;IF(FieldB<FieldC;FieldC))
May be this:
If(FieldA < FieldB, FieldB, If(FieldB < FieldC, FieldC))