How to force line break or carriage returns in a Calculated Field
Hello,
We have a Pick Applet, and would like to show a calculated field that has line breaks.
For example:
[field 1]
[field 2]
[field 3]
or translated
Atari
Manufacturing
USA
I've tried setting the calculated field to "[field 1] + <BR> + [field 2] + <BR> + [field 3]", but it doesn't seem to work. Is this possible?