Changes

Jump to: navigation, search

Exporting Multiple Lines Text Fields to HTML

10 bytes added, 13:44, 30 April 2013
no edit summary
If you with wish to include a [[Multiple Lines Text]] field in a report this that will be displayed or exported to HTML , the line breaks will not be displayed.
The line breaks stored in the [[Multiple Lines Text]] field can be converted to a line break that will be displayed in HTML ('''<br />''') by including the following in the '''[[Calculated Value]]''' of the field:
REPLACE([this],CHAR(13,10),"<br />")
[[Category:Reports]]
8,849
edits

Navigation menu