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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Chanty4u
MVP
MVP

RE:Diference-Perfomance

Hi all,

Which is the best method to perform the  qvw?

using IF conditions  or set analasys?   what is the major differnce?

we can perform  the caaluculation from both  set and if  conditions aswell?

so which is better  at perfomance side?  to increase the perfomance of the QVW?

anyone explain with small example?

Thanks in advance

Suresh chanty

14 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

Using SEt analysis will have better performance when compared to If().  Also it is easier to implement complicated conditions in Set analysis, in If() you have to write lengthy expressions.  Sometimes may not be possible using If().

Hope this helps you.

Regards,

jagan.

jagan
Partner - Champion III
Partner - Champion III

For your Info, you won't see the difference between both for small set of data, but you can see this clearly for huge data.

Regards,

Jagan.

Chanty4u
MVP
MVP
Author

thnx jagan.

Chanty4u
MVP
MVP
Author

thnx avinash.