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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
soha1902
Creator
Creator

Select only one value from List Box.

Hi All,

I included one list box in my app. I want to select not more then one value at a time but dont want to include always selected one option. Means when I click clear it will clear the selection.

Please suggest.

2 Replies
ashfaq_haseeb
Champion III
Champion III

Not Possible directly.

Have a look at macro from jagan

http://community.qlik.com/message/546020#546020

Regards

ASHFAQ

MK_QSL
MVP
MVP

Go to settings >> Documents Properties >> Triggers

Select Field from Field Even Triggers

On Select

Add Action

Add Action

Select in Field

Field

FieldName

Search String

=IF(GetSelectedCount(FieldName)>1,'',GetFieldSelections(FieldName))