Views Collection
The Views collection groups View objects.
Discussion
Use this collection to add, select or remove a View object.
In many organizations, you do not need to make all model data available to all users. One way to limit data is to create a view, which is a subset of the levels and categories in a dimension. You can group several views related to a dimension in a Views collection.
To return this collection, use the Views property.
These tables list related methods and properties.
Method |
Description |
---|---|
Adds a View object to the collection. |
|
Selects a specific View object in the collection. |
|
Removes a specific View object from the collection. |
Property |
Description |
---|---|
Returns the Transformer Application object. |
|
Returns the number of View objects in the collection. |
|
Returns the parent object. |
Examples
objDimension = objModel.Dimensions("Retailers")
objView = objDimension.Views.Add()