Selection of multiple choices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-13-2023 07:48 AM
Hi All,
I have field called "Brand" I have added 96 choices to that field. how I need to select multiple choices in that field
please help me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-13-2023 07:54 AM
If it is a choice field then you can have only one value selected. You might have to use List type variable which will reference sys_choice and can have a reference qualifier.
In the List type field you can multiple value selected.
Mark the question as correct, if it resolves your query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-13-2023 07:57 AM
Hi
But list type is not available in the variables in Catalog form
Please help with another solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-13-2023 07:59 AM - edited ā07-13-2023 08:01 AM
Hello @Community Alums
- change the variable type over to a list collector.
- select the table as Question Choice [question_choice]
- Add a reference qualifier of āquestion=XXXXā where XXXX is the questionās sys_id.
refer the below thread:
https://www.servicenow.com/community/itsm-forum/field-type-select-multiple-values/m-p/513369
Please hit the thumb and Mark as correct based on Impact!!
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-13-2023 08:04 AM
Hi
If we use list collector it is asking type specifications as list table.