IMsExternalTransformation.GetFormulaInfo

Syntax

GetFormulaInfo(StubKey: Integer; SelSet: IDimSelectionSet): IMsFormulaInfoList;

Parameters

StubKey. Key of the data source, for which calculation is executed.

SelSet. Selection that creates the point, in which information about formulas should be obtained.

Description

The GetFormulaInfo method returns information about the formulas applied for calculation in the specified point.

Comments

The information about formulas can be obtained if the following requirements are met:

The SelSet parameter should send a single selection based on dimensions of the data source, which key is sent in StubKey.

See also:

IMsExternalTransformation