Avatar

Level 1

The easiest way is in an expression field you can just do this:

@field1+@field2

 

The plus sign will concatenate for you.

 

You can also add strings to fields like this:

'string1'+@field1