Relevant in odk

Hello,, i have one question related for tow questions ...if i select option 1 in q1..and then option 1 in q2..then q3 should not be asked..any one can help how can i make this ??

Try;

not(selected({q1},'option1')) and not(selected({q2},'option1'))

··· On Thursday, 22 September 2016 19:57:54 UTC+2, mohs...@gmail.com wrote: > > Hello,, i have one question related for tow questions ...if i select > option 1 in q1..and then option 1 in q2..then q3 should not be asked..any > one can help how can i make this ??

Thank you very much..its work with me..also " or " works well :slight_smile:

··· On Mon, Sep 26, 2016 at 4:24 PM, Sam Phiri wrote:

Try;

not(selected({q1},'option1')) and not(selected({q2},'option1'))

On Thursday, 22 September 2016 19:57:54 UTC+2, mohs...@gmail.com wrote:

Hello,, i have one question related for tow questions ...if i select
option 1 in q1..and then option 1 in q2..then q3 should not be asked..any
one can help how can i make this ??