Dear All,
We have implemented Popup/Tool Tip / Mouse Hover effect functionality in our tabular report. We have referred several blogs available on internet to help us achieve this functionality.
Using Java Script, CSS, HTML & OBIEE GO URL we are able to generate popup detail report using when we hover intended column value in Summary or Main tabular report. Now we are expecting same functionality in graph/charts.
In Graph or chart, we tried to enable this functionality on measure column (Popup when hover over measure value in graph). It looks like same functionality is not working on graph.
Steps followed:
1. Create static Text View and place below code.
<script type="text/javascript" src="http://sdhjhdjkashdkj.dsdasdghsd.com:9702/analyticsRes/jquery.min.js"></script>
<script type="text/javascript" src="http://sdhjhdjkashdkj.dsdasdghsd..com:9702/analyticsRes/tipped/js/tipped/tipped.js"></script>
<script type="text/javascript" src="http://sdhjhdjkashdkj.dsdasdghsd.om:9702/analyticsRes/tipped/js/excanvas/excanvas.js"></script>
<link rel="stylesheet" type="text/css" href="http://sdhjhdjkashdkj.dsdasdghsd.com:9702/analyticsRes/tipped/css/tipped/tipped.css"/>
2. Code to create popup on mouse hover over in main report.
'<div id="popup'||"ES_AUTOMIC_SUMMARY_VW"."OBJECT_TYPE"||'">'||"ES_AUTOMIC_SUMMARY_VW"."OBJECT_TYPE"||'</div>' ||'<script type="text/javascript"> Tipped.create("#popup' ||"ES_AUTOMIC_SUMMARY_VW"."OBJECT_TYPE"||'", "saw.dll?PortalGo&path=%2Fshared%2FHFM%20Insights%2FPROJECT%2FAutomic%2FAutomic%20-%20ToolTip%20MAINT&Action=extract&p0=4&p1=eq&p2=%22ES_AUTOMIC_BASE%22.%22OBJECT_TYPE%22&p3='||"ES_AUTOMIC_SUMMARY_VW"."OBJECT_TYPE"||'", {ajax: true, skin:"white", hook: "bottomleft", border: { size:1}, afterUpdate: function() {} } ); </script>'
Can you please suggest .
Regards,
Radhakrishna