05-18-2012, 07:08 AM
05-18-2012, 09:32 AM
Option 1:
Allow multiple values for the field, set delimiter to be .
If all are the same format, use in Display Item Format
Allow multiple values for the field, set delimiter to be .
If all are the same format, use in Display Item Format
Code:
|
otherwise use the Format Map List to assign specific mappings.
Option 2:
If you wish to keep it to be a singular value, use the following as the Display Format
Code:
|
May be an issue if the user decides to put multiple blank lines.
(this also assumes that the Display Parsing is set to Plaintext (without newlines))