Summary:
I run into a problem when generating a report where a field contains line breaks. The row expands to the number of line breaks present in the field. I can't find a solution without using SQL functions.
Content (please ensure you mask any confidential information):
Code Snippet (add any code snippets that support your topic, if applicable):
replace (prla.item_description, chr (10)
, ' ') item
Regards