Open multiple select_one fields based on select_multiple field answers.

518
2
Jump to solution
05-09-2018 05:25 AM
AndrewFinlay2
New Contributor

I'm trying to open multiple select_one fields based on the answers from a select_multiple field. Works with one selection made, everything disappears when more than one selection is made. Is there a way to make this work? 

0 Kudos
1 Solution

Accepted Solutions
TimTapp
New Contributor II

Try using - selected(${parts},'1')

View solution in original post

0 Kudos
2 Replies
TimTapp
New Contributor II

Try using - selected(${parts},'1')

0 Kudos
AndrewFinlay2
New Contributor

Thanks Tim!

0 Kudos