• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
reply
    Bookmark Topic Watch Topic
  • New Topic