Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP 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

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.