WB_Having - SQL clause "HAVING"

Syntax
WB_Having=condition

Syntax example
WB_Having=(((Sum(IncPayment.AmountPaid))<>[AmountDue]))

Valid inputs
Any valid SQL condition

Default value
none

Description
This variable contains the SQL Clause HAVING that specifies which grouped records are displayed in a SELECT statement with a GROUP BY clause (WB_Having). After GROUP BY combines records, HAVING displays any records that satisfy the conditions of the HAVING clause.