Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
In order to speed up the report, which option is better and recommended.Should i use Calculation Conditions OR Layout Conditions? Which one is better and why.
My Understanding
I am currently using Layout conditions to enable / disable objects like charts / tables in my qilikview application. My understanding is that any object which is not visible or is in hidden state, does not use CPU time for processing calculations as it is inactive.
Please let me know your thoughts and suggestions.
Regards,
Abhay Sudhakaran
I usually use conditions in lay out. I find this way more efficient but I have never checked how much more efficient this method is.
There won't be much difference between the two, as they both try to disable/hide an object and block the recalculation before that happens. The main difference between the two is that:
The time it takes to decide on whether to show/hide your object or its content depends on the complexity of the condition expression. Because you will probably enter the exact same expression when switching from Calculation condition to Conditional Show, IMHO there won't be a noticeable performance improvement.