WB_Query - SQL clause "WHERE"

Syntax
WB_Query=condition

Syntax example
WB_Query=date=$wbfn{date}

Valid inputs
Any valid condition that can be used as SQL WHERE clause

Default value
none

Description
This variable contains condition (or more conditions) that will be used as WHERE clause of SQL SELECT statement. It can contain any type of condition respecting SQL syntax and current recordset structure. When it is set in subreport WBSP file, this variable can contain the $WBF function in report format. In this case $WBF function will refer to superior recordset (the one defined in file containing the sub report - e.g.WB_Query=PubID=$WBF[PubID]).