Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
markp201
Creator III
Creator III

Qliksense table continues to render with data handling enabled...

I defined a data handling expression to show the table if the count is below 100,000

The table continues to render even if this condition is not satisfied

This is impacting performance.

3 Replies
lironbaram
Partner - Master III
Partner - Master III

hi

which expression you used to in the data handle

markp201
Creator III
Creator III
Author

Calculation condition is...

count(field) < 100000.

Field is numeric.

I added  kpi with the same expression to verify that the calculation doesn't hold up the table.  The kpi refreshes in about 10 sec while the table takes about 40sec.

lironbaram
Partner - Master III
Partner - Master III

are you sure the

table is calculated or you do get the calculation condition message

but it takes 40 seconds to calculate the condition