cancel
Showing results for 
Search instead for 
Did you mean: 

Webi 4.1 - Excel export with non wanted Blank images

Former Member
0 Kudos

Hi all,

I face an issue when I'm exporting webi reports to Excel.

When the background of a cell is blue without value, in the excel exported file I found rectangular images with same color as the background.

The red arrow show the undesired bleu square image.

Attached the exported excel file.(remove .txt extention)

Any idea who to avoid this behavior ?

thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member184594
Active Contributor
0 Kudos

You avoid this by inserting your own custom CSS file to WebI.

Check the link below:

Former Member
0 Kudos

Problem solve for all users in the platform :

I updated the server's Default CSS in : \SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\images\WebIDefaultStyleSheet.css

I changed in TABLE > :zone(header) > CELL and TABLE >  :zone(h-header) > CELL :

background-fill:bitmapAndColor; to background-fill:color;

and deleted /*background-image: boimg://TopHeaderBlue.png;*/ and /*background-image: boimg://LeftHeaderBlue.png;*/

Answers (1)

Answers (1)

amitrathi239
Active Contributor
0 Kudos

Hi,

Right click on the cell and click on format cell.In the Appearance select "Pattern" None.After that try.

by default with this cell is taking image.

Amit

Former Member
0 Kudos

Thank you,

Is there any way to avoid this for all new reports (for all user and not only webi rich client)?

(I'm administrator of the platform)

amitrathi239
Active Contributor
0 Kudos

Hi,

I am not very sure how you can avoid for all reports. Better to raise a ticket with sap support. They will provide you the answer if this is product behaviour or any work around.

Amit