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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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
Partner - Champion
Partner - Champion

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.