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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
alec1982
Specialist II
Specialist II

Multibox default value

Hi all,

When using mutibox nothing show up of a filed in it when there are many options to select from. a value will show up once selected. Is there any way I can show All instead of showing nothing?

5 Replies
ramoncova06
Partner - Specialist III
Partner - Specialist III

in presentation switch grid style, the users will have to switch between each field that want to see the filter on

alec1982
Specialist II
Specialist II
Author

thank you for your suggestion but that doesnt give me what I want.

Basicall in a multibox. I have one list box.. the list box has several items in it. when nothing of this list box is selected the mutlibox screen show the title of the list box to the left and nothing on the right. I am asking if I can put a value such as "All" to show up in this space instead of nothing

ramoncova06
Partner - Specialist III
Partner - Specialist III

ok, I get it now  ... This is not a configuration thing or at least not that I am aware of

You will most likely have to modified your data to include that "All" and then create some logic to display the possible values, excluding the "All" legend from once a value is selected

I have used the following expression to only show items that are part of the selection a second state

=aggr(only({1<KeyforFieldName=E({1<[FieldName] = {"All"}>}) >}[FieldName]),[FieldName])

marcus_sommer

Maybe there are (better) alternatives to the using of multiboxes. You could for example use several listboxes inside from a container-box or you used a pivot as multibox: Building a nicer, dynamic QlikView multibox The Qlik Fix!.

- Marcus

Not applicable

Hi!

Did you find a solution to your problem? I'm having the same issue.