IMetricSetServiceParseFormulaStatement Method

Parses the specified formula statement and identifies possible placeholder captions.

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
ParseResult ParseFormulaStatement(
	string statement
)

Parameters

statement  String
The statement.

Return Value

ParseResult
The ParseResult.
Exceptions
ExceptionCondition
ArgumentExceptionstatement is or Empty.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also