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 08:08 AM
Either you need to create a custom table or you can use sys_choice table, where you can these values. Then select the table as sys_choice and select a reference.
This is because List Collector is a reference type field which can store multiple values. We don not have multiple values for select box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-13-2023 08:09 AM
Yes @Community Alums
as mentioned in the earlier comment,
select the table as Question Choice [question_choice]
Add a reference qualifier of āquestion=XXXXā where XXXX is the questionās sys_id.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-13-2023 08:10 AM
There is no table I have added 96 choices manually

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-13-2023 10:56 AM
One more help please
Hi All,
I have two fields say 'brand' AND 'Region'. I want to populate multiple values in region based on the choice selected in brand and region having bulks of records say(3500). please let me know how to do it.
Region and brands are there in same table only.
Regards,
Anuhya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-13-2023 08:05 AM
@Community Alums
In case of catalog Variable, the type will be List Collector which can have store multiple values.