DrillDowns Collection
Discussion
Use this collection to select or remove a DrillDown or DateDrillDown object.
Transformer automatically adds one DrillDown or DateDrillDown object to each DrillDowns collection when the parent dimension is created. This object represents the primary drill-down path and you cannot remove it. Any other DrillDown or DateDrillDown object in the collection represents an alternate drill-down path.
Use the CreateAlternateDrillDown method of the Level object to add DrillDown or DateDrillDown objects to the collection.
To return this collection, use the DrillDowns property.
Method |
Description |
---|---|
Selects a specific DrillDown or DateDrillDown object in the collection. |
|
Removes a specific DrillDown or DateDrillDown object from the collection. Not applicable to the first object in the collection. If applied to the first object, an exception is thrown. |
Property |
Description |
---|---|
Returns the Transformer Application object. |
|
Returns the number of DrillDown or DateDrillDown objects in the collection. |
|
Returns the parent object. |
Examples
objDrill = objModel.Dimensions("Retailers").DrillDowns(2)