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

luisrpp

Members
  • Posts

    3
  • Joined

  • Last visited

luisrpp's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Hi All, I need to add two subreports in a master report, but I'm facing some problems. At first, I tried to add one subreport in the column header band and the other in the summary band. This approach failed with the following exception: net.sf.jasperreports.engine.JRRuntimeException: Infinite loop creating new page due to column header overflow. I tried then to add the two subreports in the summary band. It works, but one report is draw over the other. How can I fix this? Is it possible to have one subreport per page, or at least, avoid to one be over the other? Thanks, Luis
  2. Have you tried to add the ojdbc14.jar in Tools -> Options -> Classpath -> Add JAR?
  3. Hi All, Does anybody knows how to create a crosstab with subtotals using iReports? Is it possible or, by definition, crosstabs can not have subtotals? I need something like this: Person A Person B ... Class 1 Product 1.1 1 1 Product 1.2 1 2 Subtotal 2 3 Class 2 Product 2.1 3 2 Product 2.2 1 2 Subtotal 4 4 Total 6 7 And that is what I have so far: Person A Person B ... Class 1 Product 1.1 1 1 Product 1.2 1 2 Class 2 Product 2.1 3 2 Product 2.2 1 2 Total 6 7 Thanks in advance, Luis
×
×
  • Create New...