Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
BIPUblisher (11.1.1) removes extra spaces, I need the extra spaces...

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
Answers
-
What template are you using? RTF, Excel, Interactive?
0 -
Try putting the element inside a table.
0 -
Thanks Sherry George, it did worked. I had my RTF template wrong before.
0 -
I'm using a BIP layout.
But the issue started in the data model. I create a new data model with a simple SQL Query: Select 'hello world' from dual
In the data model, when I go to the View tab, and try to see the resulting data, BIP has already delete the blank spaces.
Thanks,
Gladys
0 -
Did you try what I suggested? I was able to see the spaces in my test.
RTF output
0 -
What is your template type? try using an rtf template and see if it resolves the issue.
0 -
Sherry George, I have this same issue.
Everything starts in the data model. I'm using a SQL Query, is very simple. Then the column type is String and it automatically deletes the blank spaces.
For example:
In the SQL Query I put: Select 'hello world' from dual
When I see the data it looks like this: 'hello world'
What I need is that BIP do not delete the blank spaces.
If you have any suggestions, I will really appreciate it.
Thanks,
Gladys
0