Relevance using "!=" or something similar

Hi ,
I was wondering if you has had any experience using the equivalent of “!=”
in the relevance column of .xls forms.

I want to show a field when the previous field is not equal to "666" or
"999"

Thanks,
Brian Dyer

Hi Brian,
Try using a formula like this one:
${previous_question_name} != '666' and ${previous_question_name} != '999'
You can find more examples of fomulas herehttp://opendatakit.org/help/form-design/xlsform/
.
Best,
-Nathan

··· On Thursday, July 12, 2012 6:00:29 AM UTC-7, Brian Dyer wrote: > > Hi , > I was wondering if you has had any experience using the equivalent of “!=” > in the relevance column of .xls forms. > > I want to show a field when the previous field is not equal to "666" or > "999" > > Thanks, > Brian Dyer >