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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
ol_dev
Creator
Creator

Qliksense Filterpane(Listbox): How to select zero or one value?

It seems that by default all fields in Qliksense allows multi-selection, though it is possible to edit field settings to allow each field to be single selection. The issue however, is that it is not possible to default to an unselected(zero-selected) state, instead one value has to always be selected. Is there a workaround to allow either 0 or 1 value to be selected? Or is this a planned feature in future Qliksense? Please help. 

ol_dev_0-1710265347695.png

 

Labels (2)
10 Replies
SemBL83
Partner Ambassador
Partner Ambassador

Hi,

You can tag the field as hidden via your script (TAG field1 WITH $hidden;)

But this is not dynamic. I am unaware of any option that dynamically would hide your selection from the toolbar. The TAG function is fixed throughout the user's experience,

You can also hide multiple fields at once using SET HideSuffix =; or SET HidePrefix =;

https://help.qlik.com/en-US/sense/May2024/Subsystems/Hub/Content/Sense_Hub/Scripting/field-tags.htm