Selection of multiple choices

Community Alums
Not applicable

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.

15 REPLIES 15

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.

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.

 

Community Alums
Not applicable

There is no table I have added 96 choices manually 

Community Alums
Not applicable

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 

@Community Alums 

 

In case of catalog Variable, the type will be List Collector which can have store multiple values.