IMDCalculationFacts.Move

Syntax

Move(IndexFrom: Integer; IndexTo: Integer);

Parameters

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

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

Description

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

Comments

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

See also:

IMDCalculationFacts