IMDCalculationFacts.Move

Syntax

Move(IndexFrom: Integer; IndexTo: Integer);

Parameters

IndexFrom - index of position of the indicator, which must be moved.

IndexTo - index of the position, to which indicator must be moved.

Description

The Move method moves indicators of data source or data consumer used in multidimensional calculation on database server.

Comments

The index of position of the indicator, which must be moved and index of the position, to which indicator must be moved, are passed by the IndexFrom and IndexTo parameters respectively.

See also:

IMDCalculationFacts