I'm trying to create an AOT Query replicating an SQL query where the Sum of one column is not equal to the value of another. Can anyone help me understand the syntax for adding this in the Value property of the 'Having' node?
(in SQL)
havingsum(tableB.receiveNow) != TableA.receiveNow