Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
andreascansani1
Contributor
Contributor

Multibox show only one value- QlikView

I'd like to have a multi box selction that show me when it's open just the two value I want and not all  the value that I don't need it 

andreascansani1_0-1630398303331.png

 

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

in script you will have to add a new field, e.g:

if(match(Budget,'BUD1','BUDG'),Budget,null()) as Budget_New

then select Budget_new as selection for multibox

View solution in original post

2 Replies
Frank_Hartmann
Master II
Master II

in script you will have to add a new field, e.g:

if(match(Budget,'BUD1','BUDG'),Budget,null()) as Budget_New

then select Budget_new as selection for multibox

ramasaisaksoft

Go to MultiBox properties-->Presentation-->select the column you want-->

Limit Drop Down Check box for 2

then it will show only 2 values in your multi box

 

ramasaisaksoft_0-1630512038664.png