ProjListProjTableController.addParameterValueRangeToQuery Method [AX 2012]

Modifies the query by adding a range value to the query.

private void addParameterValueRangeToQuery(
    Query _reportRunQuery, 
    TableId _rangeTable, 
    FieldId _rangeField, 
    str _parameterValue)

Run On

Called

Parameters

_reportRunQuery
Type: Query Class
The query to modify.
_rangeTable
Type: TableId Extended Data Type
The table in the query on which to set the range.
_rangeField
Type: FieldId Extended Data Type
The field on which to apply the range value.
_parameterValue
Type: str
The value to set on the query range.

Any string value that is passed be set on the range.

Community Additions

ADD
Show: