SetDimFilter method: CubeCollection class
Syntax
SetDimFilter(DimName, DimFilter)
Description
Use the SetDimFilter method to set a dimension filter for the specified dimension in the cube collection.
Parameters
| Parameter | Description |
|---|---|
|
DimName |
Specify the name of the dimension for which you want to specify a dimension filter. |
|
DimFilter |
Specify the name of the dimension filter (user function) that you want to use the dimension. |
Returns
None.
Related Topics