Exclude records which doesn't satisfy the condition used in queryFilter

Hello ,

From one of the view we have , i want few of the records to be excluded which doesn't satisfy the conditions passed from a!query()

For example :

SELECT * FROM TABLE

WHERE NOT(col1=0 AND col2=null)

Just like the condition used in above sql where clause i want to use it in a!query(), how do i add NOT in the queryLogicalExpression ?

 

 

Thank You!

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data