Description
The AggregationFilter class specifies a filter that can be run on a aggregation function in a complex database query.
Derived By
Restricting anyType
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Description |
---|---|---|---|
aggregationField |
0..1 |
The aggregation field that needs to be filtered |
|
aggregationValue |
double |
1..1 |
The value that need to be evaluated |
condition |
0..1 |
The condition that to be used on the filter |
Remarks
Please note that only IS_EQUAL_TO, IS_NOT_EQUAL_TO, IS_GREATER_THAN, IS_LESS_THAN , IS_GREATER_THAN_OR_EQUAL_TO and IS_LESS_THAN_OR_EQUAL_TO will be supported in Aggregation Filters.