RIGHT Function: Difference between revisions

From Planfix
Jump to: navigation, search
 
No edit summary
 
(21 intermediate revisions by one other user not shown)
Line 1: Line 1:
The RIGHT function returns several of the last symbols of a string, based on the number you set.
''Format:''
*'''RIGHT(text;number_of_symbols)'''
''Examples:''
RIGHT(A;5)
RIGHT(<nowiki>{{Task.String field}}</nowiki>;4)
== Go To ==
== Go To ==
*[[Standard functions | Standard operators and Planfix functions]]
*[[Standard functions | Standard operators and Planfix functions]]
*[[Calculated fields]]
*[[Calculated fields]]
*[[Reports]]
*[[Reports]]

Latest revision as of 10:33, 28 February 2024

The RIGHT function returns several of the last symbols of a string, based on the number you set.


Format:

  • RIGHT(text;number_of_symbols)


Examples:


RIGHT(A;5)

RIGHT({{Task.String field}};4)


Go To