Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a filter to the auto report query.
Syntax
public void addQueryFilter(
TableId _tableId,
FieldId _fieldId,
str _filterValue,
[int _arrayFieldIndex])
Run On
Client
Parameters
- _tableId
Type: TableId Extended Data Type
The table identifier.
- _fieldId
Type: FieldId Extended Data Type
The field identifier.
- _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.