Share via


ReqDemPlanStatisticalSSASForecast.ssasLiteral Method [AX 2012]

Formats the X++ string as a literal that can be used in SSAS.

Syntax

private str ssasLiteral(str _text)

Run On

Server

Parameters

  • _text
    Type: str
    The X++ string to format.

Return Value

Type: str
The formatted literal.

Remarks

The formatting of the literals in SSAS is the same as in SQL Server except that unicode strings should not start with character N.

The method simply removes the first character from the SQL-formatted string if this character is N.

See Also

Reference

ReqDemPlanStatisticalSSASForecast Class