Right

Prev Next

General

The Right function can be used to extract right characters from a String.

Syntax

The syntax of the Right function is:

Right Function Syntax

Right(<value>, <length>)

Examples

The following Expression returns a String that contains the 4 right characters of the value of variable vTest of a Datasource named Consumer Sales:

Right Function Example

Right([Datasource].[Consumer Sales].[Variable].[vTest], 4)