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 (24.3.0.1000)
Syntax
ParseResult ParseFormulaStatement(
	string statement
)

Parameters

statement
Type: SystemString
The statement.

Return Value

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