Select to view content in your preferred language

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?

457
3
01-28-2020 09:54 PM
CraigGadaloff
Emerging Contributor

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
Frequent Contributor

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
Frequent Contributor

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
Emerging Contributor

Thanks Ben

0 Kudos