Home
Analytics
Parameter Page Layout
Eric Davis
<p>We have reports that contain lots of parameters and I'd like to change the layout of the parameter page to make it more user friendly. Can you tell me the location of the page that needs to be modified?</p>
Find more posts tagged with
Comments
Virgil Dodson
<p>If you are talking about the viewer included as part of the BIRT runtime, then have a look at this post</p>
<p><a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/forum/index.php?/topic/16553-change-parameters-page-layout/'>http://developer.actuate.com/community/forum/index.php?/topic/16553-change-parameters-page-layout/</a></p>
;
<p>which describes how to use your own JSP parameter page.</p>
<p> </p>
<p>Otherwise, you can get the source for the viewer example by following instructions at <a data-ipb='nomediaparse' href='
http://www.eclipse.org/birt/documentation/building-birt.php'>http://www.eclipse.org/birt/documentation/building-birt.php</a></p>
;
Eric Davis
<p>Thanks, but I'm referring to iportal. I want to customize it for when the end users.</p>
Virgil Dodson
<p>You can still create you own parameter pages passing values along to iportal to produce and display the report. There is also a JavaScript API and instructions at <a data-ipb='nomediaparse' href='
http://developer.actuate.com/be/documentation/ihub3-dev/AIG-main/index.html#page/aig/JSAPIWebContent.html'>http://developer.actuate.com/be/documentation/ihub3-dev/AIG-main/index.html#page/aig/JSAPIWebContent.html</a>which
include how to pass parameters. </p>
<p> </p>
<p>I'm moving this post to the iHub Forum</p>
ygrument
<p>For iHub2, the report parameter is located at:</p>
<p> </p>
<p>/servletcontainer/iportal/iportal/activePortal/private/newrequest/jsapiparameters.jsp</p>
<p> </p>
<p>but most of the work is done in /servletcontainer/iportal/iv/parameter/parameter.js</p>