Numerical logic

Hello,

I'm using ODK BUILD and I need a question to appear only if the result of a numerical question is> = 12.

I tried to use
/data /var_name >= 12
/data /var_name >= 12

Is it possible to do that?

Thank you.

assuming var_name is your antecedent numerical question, in the binding of your dependent question try:

relevant='/data/var_name >= 12'

1 Like