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)
Switching the XML datsource/changing the FILELIST dynamically
Naveen123
Hi All,
I need a small help from the group. I am creating a BIRT report from a xml datasource and then deploying that .rptdesign file on birt server (running under tomcat).
The problem is I need to call this report design with different xml data source so that it can generate a report based on that. (XML schema for each xml source is same).
I am little new to BIRT and not sure how to solve this problem. I would really appreciate if someone here can help me out and let me know how to do it.
TIA,
Naveen
Find more posts tagged with
Comments
mwilliams
Hi Naveen,<br />
<br />
Please take a look at the following post from the devShare:<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/devshare/designing-birt-reports/562-birt-swap-xml-data-source/#description'>BIRT
: Swap XML Data Source - Designs & Code - BIRT Exchange</a><br />
<br />
It shows how to switch the XML dataSource based on a parameter.<br />
<br />
Hope it helps. Let me know if you have any questions.