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)
information regarding report design
purushdk
Hi
I am using birt 2.3.1 all in one for report development.
i have to design payslip using jsp. its working fine.
in jsp it will work like all dynamic values with lables.
based on array list lables and values it display payslip.
but client want same thing in birt report.
m y requirement is i will pass arraylist, based on arraylist values i need to generate report,
its possibel
please give some sample report for dynamic report generation
Thanks & Regards,
k.purushothaman
Find more posts tagged with
Comments
gcottle
Hi purushdk,<br />
<br />
Your Birt report can read in the array data using different kinds of data source - there are lots of examples available in the web showing how to do this, e.g. <a class='bbc_url' href='
http://www.birt-exchange.com/be/demos/all-demos/'>Demos
: All Topics</a><br />
<br />
You can use report parameters to further filter etc the data according to the report's needs. An example on using parameters is here:<br />
<a class='bbc_url' href='
http://www.eclipse.org/birt/phoenix/examples/reports/parameters/'>BIRT
Example Reports - Parameters</a><br />
<br />
Regards,<br />
<br />
Graham
purushdk
Hi,
i need to design payslip using dynamic values.
its possible to create table cells based on table meta data
its possible to iterate two arraylist values
example
1. i will store labels another list contains corresponding values.
based on this i need to design payslip.
its possible please provide example.
its very urgent.
Thanks & Regards,
k.purushothaman
gcottle
Hi purushdk,<br />
<br />
Ok, so if I understand correctly, you need to be able to dynamically create the report design itself, not just the contents of the report.<br />
<br />
You can use the Design Engine API to dynamically create the report. Information and examples of dynamic report generation are given here:<br />
<br />
<a class='bbc_url' href='
http://www.eclipse.org/birt/phoenix/deploy/designEngineAPI.php'>Design
Engine API</a><br />
<br />
Regards,<br />
<br />
Graham