SysQueryForm.havingClauseExists Method [AX 2012]

Checks whether the having clause exists in the query.

Syntax

private boolean havingClauseExists(
    Query _query, 
    TableId _tableId, 
    FieldName _fieldName, 
    AggregateFunction _aggregateFunction, 
    str _rangeValue)

Run On

Client

Parameters

  • _rangeValue
    Type: str
    The criteria value to check for.

Return Value

Type: boolean
true if the having clause exists; otherwise false.

See Also

Reference

SysQueryForm Class