I have a column value in my Oracle DB in 2 lines as in below image where line 2 has a space too ( probably they have used "enter" button while inserting the values. Now when i export to excel from Oracle BIP , I get the column values in 2 different cells causing it to row merge.
I have tried to fix this in SQL query like below but didn't work
Replace(Table__100."Description",CHR(10),''),