Programiing logic

I am a new user trying to program a survey over here.There is this question that I am coding.Its response should be => to the total members in a household and should accept -88 for do not know and -99 for no response . How do I go about coding it?

How many people within your household regularly use the bush/field at home or work
HINT: Enter -88 for do not know and -99 for no response

I don't know if I understand your problem
Can you upload the xlsform (excel)?

Try this: For ${numbush}

Constraint: (.>=0 and .<=${numhouse}) or (.=-88) or (.=-99)

1 Like

This reallz worked!Thanks

1 Like