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: 
Anonymous
Not applicable

when compare among if and set analysis which performance is good in ui level?

when compare among if and set analysis which performance is good in ui level?

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Set Analysis will almost always be faster than if().

-Rob

View solution in original post

4 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Set Analysis will almost always be faster than if().

-Rob

maxgro
MVP
MVP

set analysis

Colin-Albert

This post covers your question

http://community.qlik.com/thread/74494


Anonymous
Not applicable
Author

A few things to keep in mind:

- As a rule, set analysis is faster.

- Expressions with set analysis are not "cache-able", that means they are recalculated every time.

- In some cases "if" cannot be replaced with set analysis.