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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
mwallman
Creator III
Creator III

Are PICK() or PICK(Match()) expressions faster than IF expressions for Calculated Dimensions?

Hi,

I think the answer here is it depends on what is in the expressions, but in general, are PICK() or PICK(Match()) expressions faster than IF expressions for Calculated Dimensions?

Let's say you had a nested IF expression like this:

IF Value = 1 then Hello

IF Value = 2 then Cat

IF Value = 3 then Dog

Written in Pick or Pick Match format would it perform better?

0 Replies