The context filters first appeared in the 1.17 version.
There are three types of the context filters available:
- Member caption filters (Show only those members, whose captions start with "N",
for example).
- Date filters (Show only the data for the last year).
- Measure
value filters. (Show only those members, for whom the value in the "Sales count"
measure exceeds 1000).
For end users, the context filters look like this:
The "Filter on caption" context menu on the level caption
cell

The "Top 10..." filter settings dialog window and the renewed
hierarchy editor.
What is important about context filtering is that it operates only in the RadarCube
for MSAS 2005 version and, partially, in the Desktop version.
The filters object model has also been changed:
- The THierarchy.FilteredByLevelFilters property has been added. It shows whether
any context filter is applied to the hierarchy levels.
- The redundant TFilters
class and the TOLAPGrid.OnApplyFilters event have been deleted.
- The Tlevel.Filter
property has been added. It describes the context filter (if there is such) applied
to the level.
- The TFilter class has been renewed. Now it contains some properties describing
the context filter parameters.
Please refer to the RadarCube documentation for details on the context filters.