Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
hi
which expression you used to in the data handle
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.
are you sure the
table is calculated or you do get the calculation condition message
but it takes 40 seconds to calculate the condition