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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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