Dynamic drop-down list, data validation

440
2
Jump to solution
06-05-2023 08:06 AM
doronwen
New Contributor II

I’d like to create a dynamic list (for lack of better term). Here’s an example:
I have two regions: 1 and 2.
I have 10 buildings: A, B, C etc.
Buildings A to E are part of Region 1. Buildings F to J are part of Region 2.
I have two drop-down lists: Regions and Buildings.

When users select Region 1, I’d like the “Buildings” drop-down to have only building A to E available to be selected. When users select Region 2, I’d like the “Buildings” drop-down to have only building F to J available to be selected.

That will help with the data validation and error catching process. I’m not sure if that functionality exists in Survey 123 Connect.

Thank you!

0 Kudos
1 Solution

Accepted Solutions
Katie_Clark
MVP Regular Contributor

Take a look at these two blog posts, I think they'll point you in the right direction! 🙂

Survey123 Tricks of the Trade: Choice Filters

https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-choice-filters/ba-...

 

Dynamic Choice Lists using Search Appearance

https://community.esri.com/t5/arcgis-survey123-blog/dynamic-choice-lists-using-search-appearance/ba-... 

Best,
Katie


“The goal is not simply to ‘work hard, play hard.’ The goal is to make our work and our play indistinguishable.”
- Simon Sinek

View solution in original post

2 Replies
Katie_Clark
MVP Regular Contributor

Take a look at these two blog posts, I think they'll point you in the right direction! 🙂

Survey123 Tricks of the Trade: Choice Filters

https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-choice-filters/ba-...

 

Dynamic Choice Lists using Search Appearance

https://community.esri.com/t5/arcgis-survey123-blog/dynamic-choice-lists-using-search-appearance/ba-... 

Best,
Katie


“The goal is not simply to ‘work hard, play hard.’ The goal is to make our work and our play indistinguishable.”
- Simon Sinek
doronwen
New Contributor II

Thank you @Katie_Clark I think this is what I was looking for. 

0 Kudos