SummarizeLevel
The
SummarizeLevel verb summarizes
the data values for the specified level in a view.
The user interface equivalent is to click the Summarize option on the Diagram menu when a level is selected.
The syntax is as follows:
SummarizeLevel objView [Dimension objDim][Drill objDrill] Levels objLevel
| Argument |
Description |
|---|---|
| SummarizeLevel objView |
Specifies the view. objView can be the object name, object identifier, or both. |
| Dimension objDim |
Must be specified if the view is not referenced by object identifier. objDim can be the object name, object identifier, or both. |
| Drill objDrill |
Is specified, if necessary, to uniquely identify the view. objDrill can be the object name, object identifier, or both. |
| Levels objLevel |
Specifies the level to be summarized. objLevel can be the object name, object identifier, or both. |
Example
This example summarizes the Branch Code level in the Europe dimension view.
SummarizeLevel "Europe" Dimension "Locations" Drill "By Region" Levels "Branch Code"