Hey all,
I inherited a web designed Survey123 used with several fields of the same measurement type but in different units (ie Width in feet, width in inches, width in meters), with a conditional statement referring to which 'Survey Unit' you select making the appropriate unit's questions appear. That has left an attribute table with 3 columns for most measurements, leading to a messy pop-up and hard to query dataset for surveyors to look through the data.
This survey is still being used to collect data so my first thoughts of Arcade to concatenate/ convert fields to a 'master column' for querying and to display in a pop up did not work as it did not update with new entries (at least how I had attempted it). I am far from a coding sleuth, but what would the easiest way to convert and join these measurement columns to a like unit? Attribute rules, ArcPy, etc?
Thanks for any help!