LEFT Function: Difference between revisions

From Planfix
Jump to: navigation, search
 
No edit summary
Line 1: Line 1:
The LEFT function returns several of the first symbols of a string, based on the number you set.
''Format:''
*'''LEFT(text;number_of_symbols)'''
*'''LEFT(text;number_of_symbols)'''
''Examples:''
LEFT(A;5)
LEFT({{Task.String field}};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]]

Revision as of 18:06, 5 December 2019

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


Format:

  • LEFT(text;number_of_symbols)
  • LEFT(text;number_of_symbols)


Examples:

LEFT(A;5)

LEFT(Template:Task.String field;4)


Go To