Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

if charts are working slow then how to make it fast?

if charts are working slow then how to make it fast?

thanks in advance

4 Replies
Anonymous
Not applicable
Author

Avoid using conditional statement like 'if ' on chart's expression, instead write conditional expression in script and use it on expression tab or use set analysis in your expression.

its_anandrjs

Hi,

Do aggregation like Sum, Count in backend if possible and avoid IF conditions in chart. And always use SET Analysis in expression.

Hope this helps

Thanks & Regards

ThornOfCrowns
Specialist II
Specialist II

Pull your data from a QVD, makes initial loading times much shorter.

arjunkrishnan
Partner - Creator II
Partner - Creator II

Avoid Condition Statement In Expression...