Auto select Multiple choice from other answers

756
2
Jump to solution
05-04-2022 09:02 AM
PanGIS
by
Occasional Contributor III

Hi everybody!

I am trying to complicate my life 🙂 and I want to get the following:

 

I have a multiple choice that will be eventually hidden.

This multiple choice is fed by other questions.

I would like to get all Options selected in the "Option needed" question, but it selects only the fist option.

If I select the second and the third choice, then it will select the second only.

This is the calculation: 

if(selected(${Choice1},'Choice1'),'Option1',

if(selected(${Choice2},'Choice2'),'Option2',

if(selected(${Choice3},'Choice3'),'Option3','')))

 

I am not able to figure out how to solve it.

Thanks!

Multiple Choice1.JPG

0 Kudos
1 Solution

Accepted Solutions
IsmaelChivite
Esri Notable Contributor

Hope this helps. XLSForm attachedHope this helps. XLSForm attached

 

See attached XLSForm example

View solution in original post

2 Replies
IsmaelChivite
Esri Notable Contributor

Hope this helps. XLSForm attachedHope this helps. XLSForm attached

 

See attached XLSForm example

PanGIS
by
Occasional Contributor III

Thank you for this late reply but I worked, thank you! 🙂

0 Kudos