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

Variable in table causes long render times

I am running into a strange issue with a pretty basic Qlik Sense table.

I have a column that has a dollar amount in it.  I have a variable input loaded with buttons for All, >1M, >5M, >10M

The entire process works correctly, when you select the buttons, the table filters as intended, but it is slow.

The column is using the following Expression:

=Sum($($(vFilter))[Total Value])

This expresses correctly and the filtering happens, but it takes about 10-20 seconds to filter.  If I were to hardcode in the filter:

=Sum({<[Total Value]={">1000000"}>}[Total Value])

Then there is no slowdown.  Has anyone ever experienced this?

Labels (1)
0 Replies