- 16 Apr 2024
- 1 Minute to read
- DarkLight
Left
- Updated on 16 Apr 2024
- 1 Minute to read
- DarkLight
General
The Left function can be used to extract left characters from a String.
Syntax
The syntax of the Left function is:
Left(<value>, <length>)
Examples
The following Expression returns a String that contains the 4 left characters of the value of variable vTest of a Datasource named Consumer Sales:
Left([Datasource].[Consumer Sales].[Variable].[vTest], 4)