Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.
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
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.
Hi,
No, you will need a script change.
thanks,
Rajesh Vaswani
Hi all,
I do the script change!
Thanks for your support!
Have a nice weekend,
Christian
Please, mark Nils's answer as Right if it works