Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have 3 listbox name A,B,C and current selection box also my req is if i click on A AND B the current selections should display in current selection box and when i click on C i dont want to see current selections in current selction box?
For the list box C, use field name as _C
and in script write the below code :
Set HidePrefix = '_' ;
In QlikView HidePrefix is used to hide that field from current selection box.
Hope this will help you..!
you can use HidePrefix or HideSuffix to hide fields, see image, the selection in _Product doesn't show
All field names ending with this text string will be hidden in the same manner as the system fields. A user-defined variable.
Example:
set HideSuffix='%';
If this statement is used, the field names ending with a percentage sign will not be shown in the field name lists when the system fields are hidden.
Find attachment.
--Jai
You have to write
" Set HidePrefix = '_' ; "
in the script and the column you don't want to include in current selection box should be loaded with the name as "_field"
Check the application also I have attached...