- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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