- 04 May 2024
- 1 Minute to read
- DarkLight
Right
- Updated on 04 May 2024
- 1 Minute to read
- DarkLight
General
The Right function can be used to extract right characters from a String.
Syntax
The syntax of the Right function is:
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([Datasource].[Consumer Sales].[Variable].[vTest], 4)