DataAreaOperator
When you work with data areas, it is often required to filter the data for specific element types or specific values. You can combine the filter operators in this table to shape the data area to your requirements:
DataAreaOperator | Description |
---|---|
OlapDataAreaNone
|
Do not apply any filters. |
OlapDataAreaIncludeB
|
Include base cells in result. |
OlapDataAreaIncludeC
|
Include calculated cells in result. |
OlapDataAreaSuppressNull
|
Do not return null values. |
OlapDataAreaOperatorNone
|
Do not apply any filters to the elements. |
OlapDataAreaOperatorLess
|
Selects only elements that are less than a threshold value. |
OlapDataAreaOperatorLessOrEqual
|
Selects only elements that are less than or equal to a threshold value. |
OlapDataAreaOperatorEqual
|
Selects only elements that are equal to a certain value. |
OlapDataAreaOperatorNotEqual
|
Selects only elements that are not equal to a certain value. |
OlapDataAreaOperatorGreaterOrEqual
|
Selects only elements that are greater than or equal to a threshold value. |
OlapDataAreaOperatorGreater
|
Selects only elements that are greater than a threshold value. |