Oracle Analytics Publisher

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Prevent merged rows in xpt template when there are line breaks

Accepted answer
104
Views
1
Comments

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):

image.png


Code Snippet (add any code snippets that support your topic, if applicable):

replace (prla.item_description, chr (10)
, ' ') item


Regards

Best Answer