Thursday 31 May 2012

Images in Ticker with Hyperlink

Check my first post here before continuing your further reading-
http://obiee10grevisited.blogspot.in/2012/05/images-in-ticker.html
Reply for OTN question-
https://forums.oracle.com/forums/thread.jspa?threadID=2396131&tstart=0

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.



The above is tried in obiee 11g only.

No comments:

Post a Comment

Thanks to Comment
--Add--