Thursday, May 30, 2013

[OBIEE 10g] Images In Ticker With Hyperlink


 


Images in Ticker with Hyperlink





When images needs to be added in the ticker and depending upon the image click it has to navigate to separate reports. I am using <a href> inside the column formula-

'<a href="../analytics/saw.dll?Answers&Action=results&path=Pathofreport1">
<img src="../analytics/res/s_blafp/images/report_account_appl.jpg" width="150" height="40" />
</a>
<BR>
<a href="../analytics/saw.dll?Answers&Action=results&path=Pathofreport2">
<img src="../analytics/res/s_blafp/images/report_activities.jpg" width="150" height="40" />
</a>'


Check the HTML in the Data format.
And if the image still doesnt appear then restart the Services. And blue border should appear around the image.
Then just have the ticker and it works as expected. 








6 comments: