Table of Contents

OBIEE - Where and how to call an image / picture ?

About

Where and how to call an image in OBIEE.

Before reading further this page, it's recommended to have a little bit of knowledge of:

to be able to understand the image path.

Image Location

When OBIEE ask for a location, you have the below possibilities :

Type of location Pattern Example
A fmap path fmap:mydirectory/myimage.jpg
An URL http://imageserver/MyImage.gif http://gerardnico.com/wiki/_media/resume/nico.jpg
A relative path myCustumURLPath/mySkinDirectory/mydirectory/image.gif analyticsRes/s_NewFrontiers/mydirectory/myimage.jpg
a network drive //imageserver/mydirectory/myimage.jpg

Where Can I add an image

Style

Every element where you can customize the style as a column for instance :

Obiee Column Porperty Style Image

The title view of an answer

Obiee Answer Title View

In an image dashboard Object

Obiee Dashboard Object Image Property

The result :

Obiee Dashboard Object Image

If you see any image and that you are sure that the picture was loaded, then verify the style chosen for this dashboard.

In a formula

Obiee Picture Formula

'<img src="analyticsRes/s_NewFrontiers/mydirectory/' || mytable.mycolumnimage || '"' >'

In a dashboard text object

Obiee Dashboard Text Object With An Image

<a href="saw.dll?Dashboard&PortalPath=MyDashboardPath&Page=MyPage&Action=Navigate">
<img src="http://www.hotitem.nl/images/logo_hot_item.gif" alt="HotItem is hot !" /></a>

Support

I don't see my picture when I use fmap

<img border=0 src="analyticsRes/s_NewFrontiers/mydirectory/myimage.jpg">

Documentation / Reference