Jump to content
We've recently updated our Privacy Statement, available here ×

f.rauch

Members
  • Posts

    4
  • Joined

  • Last visited

f.rauch's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. <a> <afield1> content1 </afield1> <b> <bfield1> content2 </bfield1> </b><b> <bfield2> content3 </bfield2> </b> </a><a> <afield1> content4 </afield1> <b> <bfield1> content5 </bfield1> </b><b> <bfield2> content5 </bfield2> </b> </a>....[/code]If I want to keep the structure in my JasperReport, It looks like I need to place a 'detail' section within a 'detail' section. I was told I have to use 'Nested Beans' and 'table or cross tabs' to achieve this, but I cannot find any information of use in the web. Can somebody enlighten me?
  2. Ok, that is possible. Is there any explanation for this in the web?
  3. I have a xml with a structure like this <a> <afield1> content1 </afield1> <b> <bfield1> content2 </bfield1> </b><b> <bfield2> content3 </bfield2> </b> </a><a> <afield1> content4 </afield1> <b> <bfield1> content5 </bfield1> </b><b> <bfield2> content5 </bfield2> </b> </a>....[/code] Now, I want to create a jasperreport file with this xml as a source file. Obviously, I want to keep the structure with two 'dimensions' of nested tags, 'a' and 'b'. After a bit of research, It looks like a need a supreport to achieve this. I guess, I create a detail band section for the 'a's and within each detail section I incude a subreport for listing the 'b's within the respective 'a'. Unfortunately, I did not find any documents / tutorials that explain to me what I am to do? Therefore, my question is: Is my assumption right at all? If yes, how do I do that, are there any tutorials /examples covering this?
  4. In IReport, I used to fill the jrxml report with a xml file by using the report query option. Now I dont find this option in Jaspersoft Studio, eventhough it is explained in the wiki (http://community.jaspersoft.com/wiki/build-reports-based-xml-datasource-using-ireport-designer), I do not know how to get to the "Report query".
×
×
  • Create New...