Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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