I tried following this post but have not found success with what I am trying to accomplish. What I am trying to get my survey to do is when a user selects Other and types in their response, I would like for that 'Other'response to be populated in the Indicator field rather than in IndicatorOther field. Is this possible? I have attached my table.
Is it possible to populate the IndicatorOther to Indicator?
Solved! Go to Solution.
Here is how I would handle this scenario:
You could also set IndicatorOther esri field type to null, to further clean up the database.
Here is how I would handle this scenario:
You could also set IndicatorOther esri field type to null, to further clean up the database.
@ZacharySutherby you helped me on my last post, any suggestions here? 😃
The 3 fields trick posted above is the way to do it.