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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
dhavalvyas
Contributor III
Contributor III

If else condition in expression

Hi,

Can any one explain with the help of suitable example how to use if else and nested if else condition in qlikview expression.

4 Replies
its_anandrjs
Champion III
Champion III

In Expression you asking.

MarcoWedel

You can't use the If..then..else control statement in expressions.

There is however the if() function (having 'condition', 'then' and 'else' parameters) you can use in expressions.

hope this helps

regards

Marco

Peter_Cammaert
Partner - Champion III
Partner - Champion III

An example can be found here: if ‒ QlikView

Click the Examples and Results link at the bottom of the article.