Hello,
I'd like to apply a constraint to a question in my survey. The constraint will insure that the number users enter in question B will be smaller or equal to the value users enter in question A.
Example: User enter the number 12 in question A, and then the user try to enter number 13 in question B. That should result in a message saying "Value in question B cannot be larger than the value in question A"
I added the following formula in my XMLForm file under the 'constraint' column for question B:
.<=${question_A}
But that does not work (the form allows me to enter a larger number in question B). Any suggestions?
Thanks!