Jump to content
Changes to the Jaspersoft community edition download ×

paul.taylor

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by paul.taylor

  1. Seeing that we have access to many of HighChart graphs and such is it possible to use HighMaps in a jasper report? (Using Jasper Studio Pro 7.3.1) http://code.highcharts.com/mapdata/
  2. Not to be too simplistic, but can you make the text field overly large so that it can handle both FR and EN values?
  3. I may need some clarification on whether subreport2 is a child or subreport1. Regardless, one of these two solutions should work. 1. Put a Page Break element in the master report at the top of the detail band for the subreport2. 2. If #1 doesn't work, you can break subreport2 into its own report document (we'll call it MasterForSub2) and create a new report book and add Master Report to it and MasterForSub2 to it. They will definitely be on separate pages then.
  4. Something sounds strange about how you are using the list, but you may be able to add another detail band and fix your problem.
  5. Are the two parameters for the subreport coming from columns in your sql from the parent report? Also what datasource are you using? I ask because depending on your SQL flavor, you could probably get add a running total calculation to the parent report's SQL using SUM OVER for each row of data in the a parent report (each subreport). Then pass the running total value to the subreport as an additional parameter and add it to the record count in the subreport.
  6. Problem: I've got a two column subreport that has a lot of data in it. Where it appears on the first page of my main report it splits the data evenly into two columns. However, when it overflows on to the second page it renders the two columns of data as one column that runs the length of the second page pushing all the rest of my report to a third page. Expectation: On the second page, split the subreport in half and render it as two columns.
×
×
  • Create New...