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: 
maxsheva
Creator II
Creator II

text or numerical using in conditions

Hi Qlik Community,

Would you please advise whether is difference on performance what using in conditions text or numerical?

I might be great if updated documentation somewhere is.

This below is just an example but let's suppose millions of rows.


data:

LOAD * Inline [

field_code, field_name, value

1, name, 100

];

sum({<field_code={'1'}>} value)

sum({<field_name={'name'}>} value)

10 Replies
maxsheva
Creator II
Creator II
Author

Thanks for your opinion.