limit user to put value smaller than another value/question?

315
1
05-11-2023 01:43 PM
anonymous55
Occasional Contributor II

Hello

I am looking for constraint formula which can limit user to not put value less than another question?

for example:

if they put 2 for Q1, they can't put 1 on Q2 they should be bigger number than Q1.

0 Kudos
1 Reply
ZacharySutherby
Esri Regular Contributor

Hello @anonymous55

In the constraint column you would use .>${Q1} where dot represents the current answer for the question.

Thank you,
Zach