Scenario :
Recently we got a requirement to insert an image in to Narrative view of OBIEE Answers. We know how to call or insert an image in to Title view (by using fmap syntax).
Syntax: fmap:images/imagename.imageformat
e.g: fmap:images/ABC.jpg
In the same way we have one syntax to call an image in to Narrative view.
Step 1:
Place your images in the following paths
Path 1:
OBIEE_HOME\Oracle_BI1\bifoundation\web\app\res\s_blafp\images
Path 2:
OBIEE_HOME\user_projects\domains\bifoundation_domain\servers\bi_server1\
tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\s_blafp\images
Note: After adding the images in the above mentioned paths presentation server restart is mandatory.
Step 2:
Create your analysis/report by adding the required columns to the criteria tab. Click on Results tab and create "Narrative View"
Paste the following code in the Narrative box
<img src="res/s_blafp/images/imagename.imageformat" /> <b><font Size=4>   Test Information</font size> </b>
Here "Image_name" is the full name of the image which you placed in the above mentioned paths.
Thank you very much Dinesh.....
ReplyDeletesuper sir,i am new to obiee but u r giving very detailed and easy explanation.
ReplyDeleteThank you very much