Summary
BIPUblisher (11.1.1) removes extra spaces, I need the extra spaces...
Content
Hello, we have this report that runs a store procedure that returns one single column with extra spaces in between in order to make it fixed size but the BIPublisher removes all the extra spaces. Is there a way correct this behavior?
Examples
Data in SQL developer:
ELEMTN1 ELEMENT 2
ELEMT2 ELEMENT 2
ELEM3 ELEMENT 2
Reading that table in BIpublisher:
ELEMTN1 ELEMENT 2
ELEMT2 ELEMENT 2
ELEM3 ELEMENT 2
Thanks,
c