MyRapidi
MyRapidi

Search our Wiki

AFTER

AFTER(data,substring);

Using this function, the string after the specified substring will be returned


Examples:

The field name is "Postal Code and City" and the field value is '6000 Kolding':

Examples:

##AFTER("Postal Code and City", ' ')

This formula will return Kolding.

##AFTER("Postal Code and City", '6000')

This formula will return Kolding with a blank in front.

##AFTER("Postal Code and City", '6000')

This formula will return Kolding.