Hilfe & Dokumentation
The function concat () assembles any number of strings.
concat('string1', 'string2', 'string3', ...)
returns: string1string2string3
concat('000', @SupplierGLN)
Here, the SupplierGLN is preceded by three zeros.