Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Multibox Display

Hi All,

I have listbox which has a list of values.

When I make selection in the application the multibox has only one possible values and others are excluded values.

But my multibox is not showing the one possible value but If I click the drop down I could see the values.

This worked when I tried with a sample one but not in my application.

1.jpg => in normal it didnt show any value

2.jpg =>but it has only one possible value, still not showing

Can anyone help me in this??

Thanks in advance.

~Leni

3 Replies
Not applicable
Author

Hi

Quite a long time query.

I had one similar requirement in my app, I had a work around by using an expression and a variable.

Create a Variable vPeriod and set its value to Acc.Period in the Document Properties->Variables Tab.

In the Multibox use the expression as ;

=if(Acc.Period='$(vPeriod)',Acc.Date)

This may be a solution to your problem too ... Try and let me know if it is resolved.

sudeepkm
Specialist III
Specialist III

I think when you add expressions to a Multi box and you make single value selection it does not show that single value in it but it works for fields mentioned in the Script. May be if possible create a calculated field in your load script and display it in the multi box.

jonathandienst
Partner - Champion III
Partner - Champion III

Leni

Perhaps there are some nulls in that field. They will not show in the multibox, but they will prevent the date showing as there are two states - the single value or a null. When you make a selection of the one possible date, you will exclude the nulls.

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein