I am trying to execute a report from a custom home page using an HTML item. The goal is to have the report show up in the dropdown in the center of the interface (just like they do when you run from the folders).
Here are the steps that I assume would work:
1. Run report from menu
2. Copy URL from browser
3. Paste URL into HTML Item script
<div class="tooltip"><a href="paste url here" >
</a></div>
When the link is clicked the report executes but I end up with two sets of menus (two run buttons, two sets of Quick Links, two Help menus), one inside the other.
Thanks,
Brad