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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
slondono
Partner - Creator II
Partner - Creator II

Basic: Calculation Condition

Hi everybody

I need that my graphs do not be calculated automatically.

Only when a Year is selected. What function can i use?

1 Solution

Accepted Solutions
sunny_talwar

Try GetSelectedCount() function:

GetSelectedCount(Year) > 0

View solution in original post

1 Reply
sunny_talwar

Try GetSelectedCount() function:

GetSelectedCount(Year) > 0