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.
Till next time
3 comments:
Hi Sandeep, thanks for the blog post - it is quite useful. I do have a question for you here - won't it be easier to deploye analyticsRes as a weblogic App with nostage enabled, and then just place images there and refer to them as "/analyticsRes/images/imagename.imageformat"?
Cheers,
Shwetank
Hi Sundeep,
I have one requirement to add custom image symbol in line chart( in style and conditinal formatting) instead of defaults like triangle,diamond,circle etc..
Can you please let me know how to do this
Post a Comment