Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How to enable interrctive viewer in dashboard
shamo
<p>I have added a report which has a drill down on the charts to a dashboard but cannot enable the interactive viewer for drill down to work. How can I enable the interactive viewer?</p>
<p> </p>
<p>Thank you</p>
Find more posts tagged with
Comments
Matthew L.
<p>Interactive Viewer is only available via BIRT Designer Pro (commercial) versions of the BIRT Designer (for testing of designs).</p>
<p>Reports can also benefit from Interactive Viewing when deployed to an Actuate iServer or OpenText iHub server.</p>
<p> </p>
<p>You can enable the Interactive Viewer by using the Menu button in the upper left corner of the viewer window (See attached image).</p>
<p> </p>
<p>Or you can place the following code in a report design to have Interactive Viewer enabled by default when that particular report is run in the web viewer.</p>
<pre class="_prettyXprint _lang-js">
//Enable IV by default, place the following code into a reports "clientScripts -> onContentUpdate" method.
if(window["__enableIV"] === undefined){window["__enableIV"] = true; this.getViewer().enableIV();}
</pre>
shamo
<p>Thank you very much. now report object in dashboard is interacting</p>