Select to view content in your preferred language

Constraints: Requiring integer response to be >= A Prior Response

337
1
Jump to solution
02-14-2023 03:04 PM
RichardPasquale
Emerging Contributor

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?

0 Kudos
1 Solution

Accepted Solutions
ZacharySutherby
Esri Regular Contributor

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...

Thank you,
Zach

View solution in original post

1 Reply
ZacharySutherby
Esri Regular Contributor

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...

Thank you,
Zach