DrillCatMake
DrillCatMake
verb creates
or updates a drill category.
Example
The user interface equivalent is to modify the Drill Category property sheet. Drill categories are created automatically when you build models on the user interface.
The syntax is as follows:
DrillCatMake objDrillCat [Dimension objDim]
[Root objRootCat][JoiningLevel objLevel][catopts]
Argument |
Description |
---|---|
DrillCatMake objDrillCat |
Creates the drill category objDrillCat or changes it if it exists. objDrillCat can be the object name, object identifier, or both. Include the object name if the category does not exist. |
Dimension objDim |
When creating a drill category, this specifies its dimension. When updating a drill category this is used, if necessary, to uniquely identify it. objDim can be the object name, object identifier, or both. |
Root objRootCat |
When creating a drill category, this specifies its root category. objRootCat can be the object name, object identifier, or both. |
JoiningLevel objLevel |
When creating a drill category, this specifies the convergence level. objLevel can be the object name or object identifier. |
catopts |
Optional parameters that describe the category in greater detail. Some options are set by default if you do not set them. For the complete list of options, see catopts. If the category exists, previously set options are retained unless you change them with this command. |
This example defines the drill category By Product Line.
DrillCatMake "By Product Line" Dimension "Products" Root "Product Line"
Inclusion Suppress Filtered False Suppressed True PrimaryDrill True
YearBegins 19960101 PartialWeek Split ExtraWeek None WeekBegins Sunday