Hi All,
We have a requirement to show legend information on mouse over for few columns in interactive report.
(or may be mouse over on a button in the interactive report)
I am using Apex 4.2
Legend information contains image(small icons) and simple text(Percentage value like >94%).
Right now i have done this.
1)created a blank page with Popup template.And inside a page created region and added the Legend information using HTML.
and above the interactive report in my page,i have created a button and on click of button am showing this Pop up page..
But our legend information is very small so it is not looking good.
so could some one please suggest me how to create a popup and show it on mouse over in interactive report?
Thank you.