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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

if else evaluation method in Qlikview

Hello,

I would like to understand how Qlikview evaluates the "if else" conditional statement used in chart expressions.

For example: if(1=1, 'TRUE', if(2=2,'TRUE','FALSE'))

In this example, I know that the output will be 'TRUE' but my question is whether Qlikview will still evaluate the else expression or not?

Regards,

Dev

1 Solution

Accepted Solutions
3 Replies
sunny_talwar

Not sure if this has changed over the years and releases, but look at hic‌'s response here:

Re: help - performance improvements

sunny_talwar

Another insightful  response on the same thread

Re: help - performance improvements

Anonymous
Not applicable
Author

Thank you. Link was a good post and it did answer my question clearly.