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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

"select all" in List Box or Multi Box.

Hi All,

  Can I create a "select all" item in my List Box ?

Thanks,

8 Replies
sicilianif
Creator II
Creator II

If the user right clicks on the list box they can choose "Select All".

Or you could add a button with an action to "Select in field", then for the selection just put *.

You could add a select all to the list, but there would be a lot of work to make the expressions use it correctly.

Frank

its_anandrjs
Champion III
Champion III

Hi,

See the attached sample file

HTH

Rgds

Anand

Not applicable
Author

Thank but I only have the personal edition so I can't open it !

Not applicable
Author

Thank. I'll use the "right clicks on the list box they can choose "Select All" as a work around. Just curious how do you do it ? The field come from a SQL statement.

SunilChauhan
Champion II
Champion II

take a button

go to properties->Action->Add->selection->Select in field->Ok

in field write filed name which is in list or expression which is in list

and

in Search string   type *

then ok

now click on button

it wil select all value in list box

Sunil Chauhan
its_anandrjs
Champion III
Champion III

Hi,

Take a button and on right click select properties

Actions -> Add Action -> Selection -> Select in Field (Select Your Field Here) -> in Search String type *

and save it

Rgds

Anand

Not applicable
Author

Thank you for the suggestion but my users don't want a "button" to select all values of a list box. What they want is a "select all" item in the list box. Their existing dashboard (written in OBIEE) have this so they want the same look and feel.

SunilChauhan
Champion II
Champion II

select     all by draging and lock them

Sunil Chauhan