Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » How to pass parameter from HTML page to report?
How to pass parameter from HTML page to report? [message #730043] Tue, 27 September 2011 14:33 Go to next message
Anurag  is currently offline Anurag Friend
Messages: 47
Registered: September 2011
Member
How to pass parameter(s) from a HTML page to a report? Please provide any links to such resources.

Thank you,

Anurag
Re: How to pass parameter from HTML page to report? [message #730110 is a reply to message #730043] Tue, 27 September 2011 16:15 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Parameter can be passed as part of the URL. For example add the
following to the url to set the myparm parameter &myparm=myvalue
You can also set them as form variables like:

<form name="input" action="urltobirtviewer" method="get">
MyParm: <input type="text" name="myparm" />
<input type="submit" value="Submit" />
</form>

Jason

On 9/27/2011 10:33 AM, Anurag wrote:
> How to pass parameter(s) from a HTML page to a report? Please provide
> any links to such resources.
>
> Thank you,
>
> Anurag
Previous Topic:Global Script functions in a library
Next Topic:Re: Global Script functions in a library
Goto Forum:
  


Current Time: Thu Apr 25 20:25:53 GMT 2024

Powered by FUDForum. Page generated in 0.02726 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top