Hi,
I am having problems making the querybuilder make the querry that I need. I can use the inWhere(), andWhere() and orWhere() alone or combining any two. But when I need to use all three in the query I run into a problem.
I need to form a query that does :
(colA IN array) AND ((colB = '0') OR (colC IN array))