Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Making a text object visible/invisible based on a filter selection

I have a text object on a form which needs to remain visible unless an item is selected from a particular list box...Capture.JPG

The 'Total HSC' text object remains visible unless a 'Work Type' is selected (cat_desc). Once a 'Work Type' has been selected, I want it to become invisible... when the 'Work Type' is cleared, it becomes visible again.

I have read documents on this but can't seem to get my head around how I would put this into practice.

Thanks in advance for your assistance peeps

1 Solution

Accepted Solutions
sunny_talwar

For 'Total HSC' text obect use this show/hide condition:

GetSelectedCount([WorkType]) = 0

View solution in original post

2 Replies
sunny_talwar

For 'Total HSC' text obect use this show/hide condition:

GetSelectedCount([WorkType]) = 0

Not applicable
Author

Thanks Sunny. I'm sure the scripting I've used previously has made it a lot more complicated than that