Relevence not working

Dear All,

this may be a noob issue but for some reason my below relevance is kicking
out errors, pointers will be very welcomed.

selected(${q2}, '5') or ${q4} < 18 or ${q5}, '0' or ${c1} < 3 or ${q7}, '1'
or ${q8}, '0' or ${q9}, '1' or ${q32} < 50

··· -- Bashir Jahed - Director The OSi LAB (PTY) Ltd www.osilab.net | 083 414 0453 | bashir@osilab.net

Hi Bashir,

Looks to me like you have a bunch of incomplete selected() statements in
there.

You have quite a few "or ${var}, 'value'" type statements that don't
accomplish anything as they are.

I suspect you want them as selected, so it would be like:

selected(${q2}, '5') or ${q4} < 18 or selected(${q5}, '0') or etc

Jason

··· On Tuesday, November 15, 2016 at 4:34:52 AM UTC-5, Bashir Jahed wrote: > > Dear All, > > this may be a noob issue but for some reason my below relevance is kicking > out errors, pointers will be very welcomed. > > selected(${q2}, '5') or ${q4} < 18 or ${q5}, '0' or ${c1} < 3 or ${q7}, > '1' or ${q8}, '0' or ${q9}, '1' or ${q32} < 50 > > > -- > Bashir Jahed - Director > The OSi LAB (PTY) Ltd > www.osilab.net | 083 414 0453 | bas...@osilab.net > > >