I have been looking in the manual and have found how one can use scenarios to group conditions. But I have been trying and I am still unable to work it out.
I want to make this expression ->
((CDS: Change?.NAOK != "3") and (WI:Ease of Use.NAOK != "4") and (WI: Compliance.NAOK != "4") and (WI: Increased Income.NAOK != "4"))
Into this expression->
((CDS: Change?.NAOK != "3") and ((WI:Ease of Use.NAOK != "4") OR (WI: Compliance.NAOK != "4") OR (WI: Increased Income.NAOK != "4")))
I can only ever get ANDs.. do I need to restructure my questions? What am I doing wrong? Help!