Right

Syntax

Right(Source: String, Count: Integer)

Parameters

Source. String.

Count. The number of characters from the right string edge, that must be obtained.

Description

It returns the specified number of characters from the left end of a text string.

Comments

To get characters from the left string end, use the Left function.

Example

Formula Result Application
= Right("Calculator", 4)

ator

Expressions can be used in model formulas of modeling container, in formulas of time series database calculated series, in formulas of the modeling container that is a child one for time series database in expression editor.
= Right("Calculator", 2)

or

See also:

Functions Available in Expression Editor │ Text Functions