Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
tamilarasu
Champion
Champion

Always selected one value in Multi Box

Hello All,

I am using a external file to load my dimensions into an application. I'm using a variable to display all the dimensions in multi box.  And I wish to use always one selected value option in presentation tab. But the variable is not displayed in fields property. See below.

1.PNG

2.PNG

Any one help me sort out this issue.?

1 Solution

Accepted Solutions
rubenmarin

Hi Tamil, you don't make selections on a variable, you can assign a value to a variable, only one value, it can be a concatenation of different strings but at the end it's only one value inside the variable, and you can't select it.

You can use a variable that returns a field name, and the multiblox will expand the values of that field, the selections made in that variable-expression will work on the field but still you can't assign the 'one value selected' property to the expression even if the relationship is one to one (one variable-one field).

View solution in original post

4 Replies
pokassov
Specialist
Specialist

Hi!

You can

1. add "list box. "

2. select 1 value

3. check "Always One Selected Value"

4. hide "list box"

then you can use - Closed Multi Box - as "One Selected Value".

I would search for trigger and/or macros to do above steps on changing variable with choosing field

rubenmarin

Hi Tamil, you don't make selections on a variable, you can assign a value to a variable, only one value, it can be a concatenation of different strings but at the end it's only one value inside the variable, and you can't select it.

You can use a variable that returns a field name, and the multiblox will expand the values of that field, the selections made in that variable-expression will work on the field but still you can't assign the 'one value selected' property to the expression even if the relationship is one to one (one variable-one field).

tamilarasu
Champion
Champion
Author

hello3.gif Ruben,

Thank you for the explanation. I thought, I was doing something wrong in variable assigning . Have a nice evening and weekend!!.

tamilarasu
Champion
Champion
Author

Hi Sergey,

Seems not working for the variables. If we have dimensions, then above solution working fine. Variables are not displayed in fields property (see above picture). Anyways Thanks for reply.