cancel
Showing results for 
Search instead for 
Did you mean: 

I want to implement the image in my report

Former Member
0 Kudos

Hi

i have a Sql Server sample report and i am working on that sample same as its in SAP BOXI R3.1

Problem in that Sql server sample report(Adventureworks cycle) image are there in database

and when ever the report user get the productcatagory it will show the complete details of the product catagory,

including subcatagory, large photo(image of the product).

Same thing i tryed to do in Business objects every thing is working but image is not taking in the object.

It show this message: (The expression type is not compatible with the object )

Accepted Solutions (1)

Accepted Solutions (1)

former_member207342
Contributor
0 Kudos

You cant pull the image directly in the Web Intelligence report.

Workaround:

Put the image in some folder and store its URL in DB so that you can directly pull the URL of image and change the property of cell displaying URL to IMAGE URL so that it will show the image form folder.

Former Member
0 Kudos

Hi Kuldeep Chitrakar

I can do that in web intelligence. dont want that

I am replicating some of the sample report of SQL Servers in BusinessObjects XI R3.1.

One of the SQL Sever's report is of product catalogue type that gives complete information like name, category, description along with the products image etc... for each of the products.

I am trying to replicate the above said SQL Server report in Business objects XI R3.1. I am facing problem in bringing the image in to my BO report. The image resides in a table and its datatype is of varbinary(max). I don't know the exact matching while creating an object in the uiverse designer.

Here is the url link http://errorsbusinessobjectsxir3.blogspot.com/2010/10/business-objects-image-errors.html

Regards

Prasad

Former Member
0 Kudos

Hi,

Blob data types are not supported by Web Intelligence.This is planned for a next release.

So the only solution is to add them manually in Web Intelligence (as mentioned befor) or write a JSP/ASP script and use the Universe to call this script to display the image.

I did this king of 9 years ago.

Didier

Answers (0)