I am adding depth from and to to my survey. How do I add a constraint on depth to to ensure it is greater than Depth From?

329
3
01-28-2020 09:54 PM
CraigGadaloff
New Contributor II

I am adding depth from and to to my survey. How do I add a constraint on depth to to ensure it is greater than Depth From?

0 Kudos
3 Replies
BenTurrell
Occasional Contributor III

Hey Craig Gadaloff‌,

You can use the constraints field and the select function to achieve this. Here is a super simple version:

constraint = ".>selected(${Depth})"

This will display a message if your input is greater than the depth.

Thanks,

Ben Turrell


If this answer has helpful please mark it as helpful. If this answer solved your question please mark it as the answer to help others who have the same question.

BenTurrell
Occasional Contributor III

Craig Gadaloff‌,

Did that work for you?

Thanks,

Ben


If this answer has helpful please mark it as helpful. If this answer solved your question please mark it as the answer to help others who have the same question.

CraigGadaloff
New Contributor II

Thanks Ben

0 Kudos