Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Use of image in HTML code

Hello,
I have a image which was created on my local machine & uploaded on OBIEE server using "Link/Image".
Now i am using "Text Box" & putting text as a HTML code which is using same image as above one. So in this case how can i pass "img src" path in HTML code.
Any idea to achieve the same.
i tried with path "cmap:/shared/custom/images/home.jpg" which is visible in "Link/Image" section but unable to find same..
Thanks
Chandra M.
Answers
-
Try: <img src='/shared/custom/images/home.jpg'>
0 -
Tried but not working.
0 -
We are using OBIEE 12C
0 -
Can you show a screenshot of what you are trying to do?
Are you sure the directory is correct and the file is there?
0 -
i checked on server, image is stored at below path -
/oracle/OBIITCD1/config/domains/bi/bidata/service_instances/ssi/metadata/content/catalog/root/shared/custom/images
My image is "Ho.jpg" but when i checked at mentioned path, its showing image with name like "ho%2ejpg"
0 -
You are storing your image in the OBIEE catalog, which is probably the worse place for that. Files stored in the catalog can't be accessed as a normal image store on a webserver, you need to access them using the OBIEE way to retrieve an object from the catalog.
All the details here: http://www.sandeepvenu.com/2013/11/use-filesimages-from-catalog-in-analysis.html
0 -
Thanks !!
0 -
If you got what you were looking for, can you mark as required and close the thread? It will help others with similar questions finding the appropriate answer.
For now it's still This question is Not Answered.
0 -
Hi, How can I have details on HTML folder. We have images in jpeg format. where can i store them. I dont know the path to store in HTML folder, so that it can be linked to Agreements.
Regards
Waseem
0 -
Hi @Abhi209 ,
Welcome to the Oracle Analytics community.
This is a very old post (8 years) that has been migrated across a few forums.
The best way to receive an answer that could help you, is to post a new question (button on the top-left), giving all the details about it. A product name and version and more details about what you mean by "HTML folder", and if you have such a folder somewhere and want to link to its content, or if you are looking where you should store that folder, and what you plan to do with its content.
Thanks :)
0