MeasureListUpdate

The MeasureListUpdate verb reorders the items in the list of measures.

The user interface equivalent is to drag the measures into the required order.

The syntax is as follows:

MeasureListUpdate objMeasures EndList

Argument

Description

MeasureListUpdate objMeasures

Lists the measures in the desired order. If not all measures in the model are listed, those listed are moved to the top of the list. objMeasures can be the object names or object identifiers.

Example

This example changes the order of the list of measures, placing Product Cost and then Revenue at the top.

MeasureListUpdate "Product Cost" "Revenue" EndList