Home
Developing Analytics Applications
Removing Filters and parameters
yrosenb
Hi,
I am generating reports using Birt Engine API within a Java standalone application (not Web). I'm looking for a way to generate a report without assigning a value to the parameters that it includes, in order to get a report for all available values.
I tried many things - but I could not resolve it.
Is there any way to remove the parameter using the API?
Thanks
Yisrael
Find more posts tagged with
Analytics
#BIRT
Comments
rmurphy
I would suggest that you by default pull all the data, but when you pass in a report parameter you programmatically change the query. This is easy to do, and an example is located here: <a class='bbc_url' href='
http://www.birt-exchange.com/modules/wfdownloads/singlefile.php?cid=2&lid=176'>http://www.birt-exchange.com/modules/wfdownloads/singlefile.php?cid=2&lid=176</a><br
/>
<br />
Rob