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: 
vindhya_giri
Creator II
Creator II

Selections in a list box should not appear in Current Selections box

Hello everyone,

I have around 15 sheet objects in a sheet (few list boxes, a straight table, text boxes, a current selection box). I have one listbox whose selections should not reflect in the listbox. Can you please advise on how to do this.

Thanks!

1 Solution

Accepted Solutions
4 Replies
sunny_talwar

Check this link out: HidePrefix – hiding fields

Clever_Anjos
Employee
Employee

At script level use

TAG yourfieldname $hidden;

vindhya_giri
Creator II
Creator II
Author

Hi Sunny, thanks for sharing the link. It helped me.

Thanks!

sunny_talwar

Awesome