Right
  • 04 May 2024
  • 1 Minute to read
  • Dark
    Light

Right

  • Dark
    Light

Article summary

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)


Was this article helpful?