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)
Parameter By URL to BIRT
birtseeker
Hi,
I want to send parameters via URL to the BIRT Report.
Any help appreciated.
Regards,
VIkram
Find more posts tagged with
Comments
thuston
Just do it like any other URL parameter.<br />
This is an iServer URL:<br />
ht tp://machine:8900/iportal/executereport.do?__executableName=/Reports/myReport.rptdesign&userID=Administrator&password=&volume=test&<span style='color: #FF0000'>ReportParameter=someStringValue</span>&invokeSubmit=true
birtseeker
Thanks for reply,
Can you send me template report. I m confused how to get those parameter into query.
Regards,
Vikram
thuston
?
The Report Parameter is named ReportParameter.
There is no special change to get the URL parameter's value into a Report Parameter. They are the same.