Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Is their any chances to display the images in the report level in OBIEE 11.1.1.9.0

My client requirement is to display images of an product in the report level and the product images are stored in
both the location
C:\OBIEE11g\Oracle_BI1\bifoundation\web\app\res\s_blafp\images
C:\YourOBIEEHome\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\analytics_11.1.1\silp1v\war\res\s_blafp\images
and for each and every product is assisgned with an unique barcode and every product should be displayed with an image side by the product name and image should pulled from the BIserver dynamically according to the barcode,
Colmuns in my product table are
Brand,Product Barcode,product Imagename,productname
if their is any possibilities reply back.
Thanks in advance
Venkat
Answers
-
Hi,
Why did you/they put the images there? It's just the wrong way of doing things ...
The clean way (surviving patching etc.) would be to deploy (if not already there) analyticsRes and put your images there inside. A single copy of the images, no need to put them in 2 places and you will then be able to reference them by /analyticsRes/products/your_picture.jpg (assuming you put them into a "products" folder to keep things clean).
In the analysis you change the column type to display the image referenced by the path (and using a simple <img src="/analyticsRes/products/your_picture.jpg" /> where you want the picture will be visible.
0 -
could you please provide the steps how to change column type to display.
0 -
So with a column value of "/analytics/res/v-UBtil9ur9Q4/s_Skyros/master/oracle_logo.png" the result is:
0 -
where do we provide the path of images
0 -
(weird, looks like a piece of the thread disappeared ... didn't you posted a screenshot to which I replied already?)
The path you add it in the column, you can concatenate the fixed path with the "dynamic" name of pictures.
0 -
By the way, what's the point of opening 3 identical threads in various spaces?
Is their any chance to display the images in the report level in 11.1.1.9.0
Is their any chance to display the images in the report level in OBIEE 11G 11.1.1.9.0
It's an OBIEE question and nothing to do in a EBS or DB forum.
0 -
obiee is installed in the linux system.
we saved the images in the downloads folder and in the analytics on product images
colomun properties >>> data format given treat text as Image URL
and the images are displayed not displaying.
could please provide me steps to display images.
0 -
Sorry to ask but ... do you know OBIEE ?
All the answers are already above !
You must find a way to server via a webserver your images, adding them into s_blafp isn't a good idea as with the next bundle patch you lose them.
There is something that is generally called "analyticsRes", it's a custom deployment in weblogic where you expose the content of a folder on your server via weblogic. Find if you already have this deployment, if not do it (the doc cover these things and Google have tons of blog posts about it).
Deploy your images there inside, test the URL in your browser directly.
Edit the formula of your column in the analysis to add the required prefix and then changing the data format of the column the picture is on the screen.
Done !
0