Pre-populating answers based on the answers from previous questions?

1297
3
01-12-2017 06:44 AM
BobMagiera
New Contributor

I'm trying to use a select multiple and then ask a subsequent question. I will attach an if statement to the subsequent question so that if "Yes" then another select multiple is shown identical to the previous but I want the choices to the previous to be already selected. Is there anyway to do this?

0 Kudos
3 Replies
IsmaelChivite
Esri Notable Contributor

Hi Bob. Typically you would do this  through an expression in the calculation column, but as of version 1.10 it is not  possible to calculate select_one or select_multiple types of questions.

0 Kudos
AnthonyRyanEQL
Occasional Contributor III

Is it possible to use the selected function against the multiple select within the relevant column for the subsequent question?

0 Kudos
IsmaelChivite
Esri Notable Contributor

Yes. You can do something like this for example:

0 Kudos