• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

how to create the .rptdesign file using birt api

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
i am able to create the simple .rptdesign file by using birt design api but i need to create complex design file that will take the data from the table using mysql query and create the .rptdesign file.

example:

i have a table in database called candprof_mast_tab in that table there are different columns called candidateName, candidateEmailId,candidateAddress etc., i need to get the chart of how many candidate has been verified against how many has not bee varified. and also exel report for candidatename and emailid.

for this kind of chart and excel report where to write the sql query and how does the result set will be get for excel report.

where to set the jdbc connection parameters.

please help me if possible please send me some sample code.

Thanks and regards
sanjeev
 
These are not the droids you are looking for. Perhaps I can interest you in a tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic