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)
get the parameters from Java application
minawi
Hello
My first post. Just start testing BIRT, look very good.
I am trying to find out the best way to set a parameter from a Java application.
For example, in the Java application I have selected the state and it is in an object, how BIRT can read the states value(s) and use it as parameter?
An example or an article would be great.
Thanks
Find more posts tagged with
Comments
minawi
one way I found is to pass the parameters with the link like<br />
<a class='bbc_url' href='
http://localhost:8081/birt/frameset?__report=test.rptdesign&PARAMATER=value'>http://localhost:8081/birt/frameset?__report=test.rptdesign&PARAMATER=value</a>
;