MID Function

From Planfix
Jump to: navigation, search

The MID function returns a set number of symbols of a text string, starting with a specified position.


Format: MID(text;start_position;number_of_symbols)


Examples:

MID(A;5;10)

MID({{Task.String field}};2;2)


Go To