Hi,
1.
multiple choice question "eqNotoToCombi" is choosen
"eqNotoToCombi" is not a multiple question, it is an question of type "equation" that sets the multiple question "QNotoCombi"
2. The last line in this equation is wrong.
{QNotoToCombi_99=if(Q1_1=2 AND Q1_2=2 AND Q1_3=2 AND Q1_4=2 AND Q1_5=2 AND Q1_6=2 AND Q1_7=2 AND Q1_8=2 AND Q1_9=2 AND Q1_10=2 AND Q1_11=2 AND Q1_12=2 AND Q1_13=2 AND Q1_14=2 AND Q1_15=2 AND Q1_16=2 AND Q0Combi_99=="Y","Y","")}
Read the manual about single "=" and double "==" equal signs.
[url]
www.limesurvey.org/manual/ExpressionScri...t_Operator_.28.3D.29
[/url]
3. In this line you'd better use the function "countif".
Like
{QNotoCombi_99=if(countif("1",that.Q1)==0 AND Q0Combi_99=="Y","Y","")}
Read the manual about "implemeted functions"
[url]
www.limesurvey.org/manual/ExpressionScri...mplemented_functions
[/url]
4. There are no relevance equations in Q5Bis.
And please, ALWAYS mention the LimeSurvey version you are using.
Joffm