LEFT Function: Difference between revisions

From Planfix
Jump to: navigation, search
No edit summary
No edit summary
Line 4: Line 4:
''Format:''
''Format:''


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



Revision as of 03:45, 6 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)


Examples:

LEFT(A;5)

LEFT(Template:Task.String field;4)


Go To