CustomViewMake

The CustomViewMake verb creates a custom view in the model.

The user interface equivalent for creating a custom view is to select the Create Custom View command in the diagram.

The syntax is as follows:

CustomViewMake "customview"  DimensionView objView 
MeasureInclude objMeasure {Yes|No} 

Argument

Description

CustomViewMake "custom view"

Adds the custom view "custom view". "custom view" must be the object name and can include the object identifier.

DimensionView objView

Specifies the dimension and dimension view. objView must be the object name and object identifier. Repeat this argument to specify multiple views.

MeasureInclude objMeasure {Yes|No}

Specifies the measure. objMeasure can be the object name, object identifier, or both. Use Yes to include the measure or No to exclude it. Repeat this argument to specify multiple measures, as in

MeasureInclude 159 Yes MeasureInclude 175 No

Example

CustomViewMake "Authors" DimensionView 149 "All Categories" DimensionView
195 "Authors~User View" MeasureInclude 225 Yes