GetFormulaEditorInfo

Syntax

GetFormulaEditorInfoResult GetFormulaEditorInfo(MbId tMb, GetFormulaEditorInfoArg tArg)

Parameters

tMb. Repository connection moniker.

tArg. Operation execution parameters.

Description

The GetFormulaEditorInfo operation is used to get a list of functions that can be used to create expressions in various tools of Foresight Analytics Platform.

Comments

To execute the operation, in the tMb field specify moniker of the repository connection, and in the tArg.pattern field specify the pattern, according to which information about functions is obtained. The moniker can be obtained on executing the OpenMetabase operation.

The operation results in the list of functions. Name, description, syntax and other additional parameters are available for each function. The obtained functions can be used to create various expressions in text form or in the SetExp operation. To use the function in the expression, set required parameters according to the syntax that is available in the item.arguments field.

Example

Below is the example of using the GetFormulaEditorInfo operation to get a list of functions that can be used in expressions on working with ADOMD cubes.

SOAP

JSON

C#

See also:

Specific Operations