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 run report by passing parameters in url
Umahajan
hi,
I need to create a application there i will select parameters from list box from web application and i will store that parameters values in query string and want to pass these string such that iserver will run report and i should get a report with selected parameters.
e.g. i select form list box class parameter value as "10"
then select test parameter value i.e. "annual test"
so it shoul build report with these parmeter values.
Please suggest me solution for this
Find more posts tagged with
Comments
Umahajan
Hi,
I need to develop one web application where i have to run BIRT report through URL (using iserver or iportal) and i need get values for report parameters from web application and pass these values in URL using query string and run report with that parameteres.
Please suggest me regarding this problem.
Umahajan
Hi , I had post same problem and got solution of this<br />
here is it<br />
<br />
<a class='bbc_url' href='
http://localhost:8900//iportal/executereport.do?__executableName=/Home/Administrator/report_name.rptdesign'>http://localhost:8900//iportal/executereport.do?__executableName=/Home/Administrator/report_name.rptdesign</a><br
/>
&report_parameter=6(value)<br />
&invokeSubmit=true<br />
&repositoryType=enterprise<br />
&userid=Administrator<br />
&volume=localhost<br />
&serverURL=http%3a%2f%2fiserver_name%3a8000<br />
<br />
<br />
in above first write system name where iporal is intalled<br />
then iportal directory<br />
then executereport.do? method<br />
then ?__executableName= here write path of report where it in on iserver/iportal<br />
then report parameters and it's value<br />
&invokeSubmit=true<br />
&repositoryType=enterprise<br />
&userid=Administrator<br />
&volume=localhost/or isrever name<br />
&serverURL= then iserver url<br />
<br />
ok bye