Select Members from DB | Creates a filter based on a member(s) retrieved from the database. (Supported for the Essbase, MSOLAP and SAP/BW databases). |
Select by Measure | Creates a filter based on a measure that you specify. |
Top N | Retrieves only the top N values where each top N value is at least the specified Index value. |
Top N % | Retrieves only the top N % values where each top N % value is at least the specified Index value. |
Top Sum | Retrieves the top N (the smallest number possible) values, such that their sum is at least the specified Index value. |
Bottom N | Retrieves only the bottom N values where each bottom N value is at least the specified Index value. |
Bottom N % | Retrieves the bottom N% where each bottom N % value is at least the specified Index value. |
Bottom Sum | Retrieves the bottom N (the smallest number possible) values such that their sum is at least the specified Index value. |
Data Operator | Description |
= Equal | Retrieves only records where the filtered item equals the specified value(s). |
< > Not Equal | Retrieves only records where the filtered item does not equal the specified value(s). |
< Less than | Retrieves only records where the filtered item is less than the specified value(s). |
< = Less than or Equal to | Retrieves only records where the filtered item is less than the specified value(s). |
> Greater than | Retrieves only records where the filtered item is greater than the specified value(s). |
> = Greater than or Equal to | Retrieves only records where the filtered item equals, or is greater than the specified value(s). |