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.
Hello @anonymous55,
In the constraint column you would use .>${Q1} where dot represents the current answer for the question.