Right
The MDX Right() function for Essbase returns a specified number of characters from the right side of a string.
Syntax
Right ( string ,length )
Parameters
Example
Right ("Northwind", 4)
returns wind
.
The MDX Right() function for Essbase returns a specified number of characters from the right side of a string.
Syntax
Right ( string ,length )
Parameters
Example
Right ("Northwind", 4)
returns wind
.