LEFT Function: Difference between revisions

From Planfix
Jump to: navigation, search
No edit summary
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{#seo:
|title=LEFT Function
|titlemode=append
|keywords=planfix, function, LEFT, left
|description= LEFT Function
}}
The LEFT function returns several of the first symbols of a string, based on the number you set.
The LEFT function returns several of the first symbols of a string, based on the number you set.


Line 4: Line 10:
''Format:''
''Format:''


*'''LEFT(text;number_of_symbols)'''
*'''LEFT(text;number_of_symbols)'''
*'''LEFT(text;number_of_symbols)'''


Line 12: Line 17:
LEFT(A;5)
LEFT(A;5)


LEFT({{Task.String field}};4)
LEFT(<nowiki>{{Task.String field}}</nowiki>;4)
 





Latest revision as of 07:02, 10 May 2024

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


Format:

  • LEFT(text;number_of_symbols)


Examples:

LEFT(A;5)

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


Go To