
Multiple Choice Facts
Because a Multiple Choice field is quite complicated to extract values from, these are just some of the things you need to know.
Check MultipleChoiceFacts in the Webinar EN 2020 team.
Steven.
-
UPDATE: New undocumented feature of the “chosen” function.(works only with multiple choice fields)
If you use chosen(“Multiple choice”) you get an array of the selections in the multiple choice field.
When using chosen(“Multiple choice”,text) you get a true or false depending if the text is one of the choice fields.
Or using chosen(“Multiple choice”,number) you get a true or false if the number of the choice is selected.
Thanks Leonid Semik for pointing that out in the German forum.
Check MultipleChoiceFacts in the Webinar EN 2020 team for update.
Steven
-
Came here looking for help extracting multiple choice values, and you guys did not let me down!! This worked perfectly for me!
FYI, one odd thing I noticed, which actually worked in my favor but could be a wrench for some folks:• When I only extracted one list to a string, commas were added between each option (see first pic)
• When I extracted more than one list, there weren“t any commas (see second pic)...
Thankfully the latter is exactly what I need (can”t afford the added characters when commas are inserted)