Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Multiple default selections in Current Selection box

I am trying put multiple selections from the same field as default selected field when the QVW opens.

These selections are from the same field and should already be selected when the QVW opens.

For example the field Animal has Spider, Dog Cat, Mouse.

When my QVW opens, I want Spider, Dog, Cat, Mouse to be displayed in the Current Selection Box.

When I try it, all I see is just 1 selection instead of multiple. Thank you for your help.

5 Replies
alexandros17
Partner - Champion III
Partner - Champion III

The condition is:

'("Spider" | "Dog" | "Cat" | "Mouse")'

Anonymous
Not applicable
Author

I tried your condition in the Document trigger and Script. It did not work.

jvitantonio
Luminary Alumni
Luminary Alumni

Hi try this:

("a"|"b")

I'm attaching an example app.

Juan

alexandros17
Partner - Champion III
Partner - Champion III

Put the = (Equal sign) before the condition, I send you an example

alexandros17
Partner - Champion III
Partner - Champion III

the example