Skip to main content
Announcements
Qlik Community Office Hours - Bring your Ideation questions- May 15th, 11 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show selection box without specific Filter selections

Hi experts,

does anbody know, if it's possible to have a selection box, which doesn't show specific listbox filters?

I have a filter in a Listbox, but do not want to show this in the selction box. Of course other filters in othet listboxes I want to see in the selection box.

Thanks fpr your support and nice weekend,

Christian

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

If you mean a "current selection" box then you can in the script use HidePrefix to hide field values from the  current selection box. You can still show that field in a listbox but the values will not appear in the "Current Selection Box.

It would look something like this in your script. SET HidePrefix = '_';

Any field renamed with an underscore prefix  for example  _Language will be hidden.

Again not quite sure if this is what you are looking for.

View solution in original post

6 Replies
Anonymous
Not applicable
Author

If you mean a "current selection" box then you can in the script use HidePrefix to hide field values from the  current selection box. You can still show that field in a listbox but the values will not appear in the "Current Selection Box.

It would look something like this in your script. SET HidePrefix = '_';

Any field renamed with an underscore prefix  for example  _Language will be hidden.

Again not quite sure if this is what you are looking for.

Not applicable
Author

Hi Nils,

yes I mean a current selection box.

The point is, I do not want to change the script. Is it possible without changing the script?

Thanks,

Christian

Anonymous
Not applicable
Author

Hmm, I don't think there is another way unfortunately. Is there any specific reasons that you don't want to edit the script? Just setting the "HidePrefix" will not really make much impact.

rajeshvaswani77
Specialist III
Specialist III

Hi,

No, you will need a script change.

thanks,

Rajesh Vaswani

Not applicable
Author

Hi all,

I do the script change!

Thanks for your support!

Have a nice weekend,

Christian

sebastiandperei
Specialist
Specialist

Please, mark Nils's answer as Right if it works