I am trying to have my survey display the 'acma_phenology' values if the species_name = 'Acer macrophyllum' and so forth with each species_name. I want the phenology and shoot_length values to be hidden unless the corresponding species is selected. I have tried using selected(${species_name}, 'Acer macrophyllum') in the 'relevant' and 'body::esri::visible' columns but when I select a species, nothing displays in my survey.
Solved! Go to Solution.
Do you necessarily want acma_phenology and psme_phenology as two distinct questions (and layer attributes), or would it work if you had a single phenology attribute that had its drop-down items filtered based on the species? If a single attribute works for you, you might want to look into choice filters:
Do you necessarily want acma_phenology and psme_phenology as two distinct questions (and layer attributes), or would it work if you had a single phenology attribute that had its drop-down items filtered based on the species? If a single attribute works for you, you might want to look into choice filters:
Yes, thank you! This is exactly what I needed, I just didn't know what to search for.