hi
i have a dialog and user could add up to 3 conditions [so he can use AND | OR conditions], please see below as example
how could i filter single column , by the below conditions: i.e.
great > 200 AND equals 400 OR equals 500
as i could not use MODE property , since it's accept only one parameter "AND", "OR"
crules: Array(3)
0: {condition: "great", value: "200"}
1: {condition: "equal", value: "400"}
2: {condition: "equal", value: "500"}
dataIndx: "1"
mode: "AND" /// missing the OR for the last condition [ not sure how should i do that.]