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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Multi Select Drop Down

Hi,

I have a Multi Box Object as

Options->A

              B

              C

              D

I am creating a button which on selecting should change the values in the Multi Box to A, B and C.

The usual way is

-Create an Action

-Select In Field

-Give the field name in Field

-Enter Search String in the Search String.

I am able to write ='A' in the Search String. How do I write multiple values in the Search String.

14 Replies
Anonymous
Not applicable
Author

Sorry, got it. You are using the logic in the Text Box. I get it now...Thanks

swuehl
MVP
MVP

No, the script should return A to Z.

You should see all field values in the list box and clicking the text box should trigger the select in field action.

Anonymous
Not applicable
Author

If I have more than one values that should be eliminated, how do I do it?

For example, in this case, if I have to select all the alphabets from A to V but not X, Y, Z?

Writing (* ^ X,Y,Z) isn't working.

swuehl
MVP
MVP

(* ^ (X|Y|Z))

Anonymous
Not applicable
Author

Thank you so much swuehl.