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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikview979
Specialist
Specialist

Andmode Selection

Hi,

How can i  select two selection in list box by using "Andmode" as given below? with out holding keyboard?

Untitled.png

21 Replies
varshavig12
Specialist
Specialist

I just found this:

Change the style of your list box.

How to select multiple values one-by-one without CTRL-key?

qlikview979
Specialist
Specialist
Author

Hi arul,

Please find my attachment files

Not applicable

Hi Mahesh,

Please go to Document properties - Sheet option- Select a list box- go to its properties and check whether and mode is checked.

If an option for and mode is disabled, you need to create and mode table.

for reference: And-Mode: How to enable AND and NOT selections with Green, White, Grey...and Red!

Capture.PNG

varshavig12
Specialist
Specialist

In the presentation tab ----> change the "Selection Style Override" to "LED Check boxes".

qlikview979
Specialist
Specialist
Author

Hi Varsha,

I done that , one box is showing green color,second one is showing red color.I think that is not a correct way.

Regards

qlikview979
Specialist
Specialist
Author

Hi, I check that these is no "And mode" option. how can i create mode table.

Regards

arulsettu
Master III
Master III

like this?

Untitled.png

qlikview979
Specialist
Specialist
Author

Yes

arulsettu
Master III
Master III

try this

T1:

LOAD Employee,

     Manager,

     LOB,

     Amount

FROM

(ooxml, embedded labels, table is Sheet1);

T2:

load  Distinct

LOB ,

Employee as employees

Resident T1;

enable and mode in properties

qlikview979
Specialist
Specialist
Author

Hi,

When i am taking Employee field it's working.  if i take LOB field its nor working Why any issue is there.

Regards