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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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)

Labels (1)
10 Replies
maxsheva
Creator II
Creator II
Author

Thanks for your opinion.