Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
thomastc
Contributor III
Contributor III

Selecting zero or only one option in a field

Not sure if this is possible.

I have a field with 3 possible values.

I want the users to be able to select either only one field or no fields.

I do not want a user to be able to select, at any time, 2 of the 3 options.

Select 1 of the 3 or none of the 3 (or all 3 as that is the same as none) only.

Additionally I cannot use macros.

Thanks!

3 Replies
Jason_Michaelides
Luminary Alumni
Luminary Alumni

I think you may have to use a trigger for this that counts the number of selections in a field and fires an action to go back if more than one.

Or else you could have a text box with a conditional show on it that blocks off all but your field and instructs the user to only select one value.

Hope this helps,

Jason

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Document properties-->Triggers-->under field event triggers select the field and add action for the on select use select in field

     Specify the field name of the same and search string as =if(GetSelectedCount(FieldName)>=1,MinString(FieldName))

Celambarasan

jagan
Luminary Alumni
Luminary Alumni

Hi,

Hope the attached file helps you.

Regards,

Jagan.