correct syntax for bind:relevant if one of multiple conditions are true

10 views
Skip to first unread message

Edwin Adkins

unread,
Nov 7, 2011, 11:55:25 AM11/7/11
to xls2...@googlegroups.com
Hi,

I would like to have a question asked if one of two different options are selected for a preceding question:

is this workable? 

selected(${stove_type}, 'improved' or 'other')

or does it need to be more like this:

selected(${stove_type}, 'improved') or selected(${stove_type}, 'other')


Andrew Marder

unread,
Nov 7, 2011, 12:19:17 PM11/7/11
to xls2...@googlegroups.com
Hi Edwin,

I believe it has to be the second format:

selected(${stove_type}, 'improved') or selected(${stove_type}, 'other')

Andrew

Reply all
Reply to author
Forward
0 new messages