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 )
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.
Add a comment