Can you code constraint field to ensure an integer value response is equal to or greater than a prior integer response?
Or, is there another way of making sure the intiger response for "diameter of large end" is => the small end?
Solved! Go to Solution.
Hello @RichardPasquale,
To set up the constraint you would use . >= ${small_end}. The period or dot represents the current input for the question.
Please see this documentation for more information: https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_8979CBF...
Hello @RichardPasquale,
To set up the constraint you would use . >= ${small_end}. The period or dot represents the current input for the question.
Please see this documentation for more information: https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_8979CBF...