Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Use of image in HTML code

Closed
123
Views
10
Comments
Chandra M. G.
Chandra M. G. Rank 4 - Community Specialist

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

  • Martin van Donselaar
    Martin van Donselaar Rank 6 - Analytics Lead

    Try: <img src='/shared/custom/images/home.jpg'>

    pastedImage_1.png

  • Chandra M. G.
    Chandra M. G. Rank 4 - Community Specialist

    Tried but not working.

  • Chandra M. G.
    Chandra M. G. Rank 4 - Community Specialist

    We are using OBIEE 12C

  • Martin van Donselaar
    Martin van Donselaar Rank 6 - Analytics Lead

    Can you show a screenshot of what you are trying to do?

    Are you sure the directory is correct and the file is there?

  • Chandra M. G.
    Chandra M. G. Rank 4 - Community Specialist

    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"

  • 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

  • Chandra M. G.
    Chandra M. G. Rank 4 - Community Specialist

    Thanks !!

  • 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.

  • Abhi209
    Abhi209 Rank 1 - Community Starter

    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

  • 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 :)

This discussion has been closed.