Share via


SrsAutoReportController.addQueryFilter Method [AX 2012]

Adds a filter to the auto report query.

Syntax

public void addQueryFilter(
    TableId _tableId, 
    FieldId _fieldId, 
    str _filterValue, 
   [int _arrayFieldIndex])

Run On

Client

Parameters

  • _filterValue
    Type: str
    The filter value to apply.
  • _arrayFieldIndex
    Type: int
    The array index if the field is an array field; optional. The default value is 1.

See Also

Reference

SrsAutoReportController Class