Multi pages in a single tab dashboard

system_migrated
edited February 11, 2022 in Analytics #1
<p>Hi</p>
<p>Anyone pls help me how to add multiple page in a single tab in BIRT dashboard report.</p>
<p> </p>
<p>When I add multiple elements it keeps overlapping in the same tab page 1/1. but I want each element to go into pages 1,2,3 respectively.</p>
<p> </p>
<p>I dont want to create multiple tabs as it cannot be exported into the same excel output file.</p>

Comments

  • Clement Wong
    Clement Wong E mod
    edited March 22, 2016 #2
    <p>If I'm understanding you correctly, you want three gadgets in your dashboard.  For each gadget, it will display a separate page of the 3 page report.</p>
    <p> </p>
    <p>Gadget 1 =  Page 1</p>
    <p>Gadget 2 = Page 2</p>
    <p>Gadget 3 = Page 3</p>
    <p> </p>
    <p>For this requirement, you'll need to use the HTML gadget and the URL option.</p>
    <p> </p>
    <p>Are these reports .rptdesigns or .rptdocuments?</p>
    <p> </p>
    <p>If .rptdesigns, you'll need to use the /executereport.do URI, but this executes the report 3x.</p>
    <p> </p>
    <p>Example (that runs and displays to page 3):</p>
    <pre class="_prettyXprint">
    http://server:8700/iportal/executereport.do?__requesttype=immediate&__executablename=/path/to/file.rptdesign&invokeSubmit=true&parameter1=value1&__page=3</pre>
    <p>If .rptdocument, you'll need to use the /iv servlet URI.</p>
    <p> </p>
    <p>Example (that displays page 3 using relative path):</p>
    <pre class="_prettyXprint">
    /iportal/iv?__report=/path/to/file.rptdocument&__page=3</pre>
    Warning No formatter is installed for the format ipb