Reg: Paragraph Data format Issue in Report
Hi Team,
As we have data available in paragraph format, but in the reporting its showing sequecially any configurations we have to do can anyone suggest on this.
Original data format:
##### sample data #####
xyz - NEW 1 GIG format
MR: ABC
123 @ XYZ
INSTALL IN TEH SYSTEM
INSTALL IN THE SERVER SYSTEM FOR VISIBLE
Report Data format we are getting :
##### sample data ##### xyz - NEW 1 GIG formatMR: ABC 123 @ XYZ INSTALL IN TEH SYSTEM INSTALL IN THE SERVER SYSTEM FOR VISIBLE
OBI Version we are using: OBIEE 12.2.1.4.0
Thanks in Advance,
Answers
-
It's challenging to guess what the situation is...
My first random guess: isn't it just a case that your data contains line breaks and the HTML rendering doesn't show them because by default line breaks have no impact?
If that's the case, you can change a CSS rule to have your line breaks visible on screen: https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
If it is not what you are after, you should maybe post a screenshot, it will be easier.
0