Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 218 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 82 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Prevent merged rows in xpt template when there are line breaks

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
Best Answer
-
Refer -
Keep values in same column
Set this property to True to minimize
column merging. Column width is set based on column contents using the
values supplied in the Table Auto Layout property. Output may not appear
as neatly laid out as when using the original layout algorithm.False
Enable row split
Set to "true" to avoid stretching a row to a large height, and allow the row to be split into multiple rows.
True
The Above values for Excel Output Properties .
Can you give me some example how the data is present at your DB ?
Regards,
Arjun
1