ReqDemPlanStatisticalSSASForecast.ssasLiteral Method [AX 2012]

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

private str ssasLiteral(str _text)

Run On

Server

Parameters

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

Return Value

Type: str
The formatted literal.

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.

Community Additions

ADD
Show: