Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

When anything is selected

Hello qlikers 🙂 ,

I have a chart and when anything is selcted (in a filter or in another chart) then it should give me a true back.

=IF(GetSelectedCount(Year) = 1,Time, null())

At the moment I have this, but it is only for one filter and not for the chart filter and all other filter. 

Do you have any other ideas? Thank you in advance! 🙂

 

Labels (2)
1 Solution

Accepted Solutions
tresesco
MVP
MVP

=IF(Len(GetCurrentSelections())> 0,Time, null())

View solution in original post

1 Reply
tresesco
MVP
MVP

=IF(Len(GetCurrentSelections())> 0,Time, null())