Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

num() function performance

Hi all

i have a field that sometimes has % values and sometimes has decimal values

i used this expression but it eats up performance

=if(MaxString({$<NAME_={'$(vSelectedName)'}>} IUnits) = '%',

num($(vTest),'#,##0.00%'),

num($(vTest),'#,##0.00'))

is there another way to write this with better performance?

Thanks

J

0 Replies