Concat

The MDX Concat function for Essbase returns the concatenated input strings.

Syntax

Concat ( string [, string +] )

Parameters

string

A string.

string +

Optional. A second string, or a list of multiple additional strings. If omitted, this function returns the single input string.

Example

Concat("01", "01")