Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
in presentation switch grid style, the users will have to switch between each field that want to see the filter on
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
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])
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
Hi!
Did you find a solution to your problem? I'm having the same issue.