INCLUDEVIEWFILTER
Description:
This function is used to return a set after applying all the viewer filters on it. When it is used in calculations, the function does not ignore the filters present on the hierarchies used in the given set.
Syntax:
IncludeViewFilter(Set_Expression)
Return Type:
SET
Parameters:
Parameter | Description |
|---|---|
Set_Expression | It is a valid MDX expression that returns a set. |
Example:
IncludeViewFilter([Trade].[Hierarchy].[TradeId].members)