Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
slondono
Partner - Creator II
Partner - Creator II

About Calculation Condition

Good afternoon

I wonder what condition I enter in the "Enable calculation condition". What I want is that the graph is calculated only when the tab in which it is open.

Thank you very much to all

Labels (1)
1 Reply
marcus_sommer

For this you don't need a condition because hidden objects or objects on other sheets won't be calculated. Useful are those calculation conditions especially to limit the amount of data which they have to calculate, for example by objects on a date-level to max. 30 dates instead of plotting many years with conditions like:

if(getselectedcount(date) <=30, true(), false())

- Marcus