Jump to content
Changes to the Jaspersoft community edition download ×

mitch_3

Members
  • Posts

    7
  • 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 mitch_3

  1. Looking for ideas on how to solve this. The application is a packing slip for an order to be shipped. The order contents are rendered in the detail section. Below the details, the customer wants a diagram of the boxes that will be used in the order. Within each box diagram is a list of the contents of that box. The person filling the order will use the diagram to know which items to put in which box. We want to use as little paper as needed, so the diagrams should fill a row on the page and then flow to the next row and/or page as needed. The box diagrams can be different sizes due to different boxes being used and to order contents. Conceptually, I'd like to provide Jasper reports with a list of boxes and tell it: put these here in the report, as many as will fit on each row, flowing to the next row and page as needed. I tried HTML markup in a text element, but it doesn't understand tables. I'm currently experimenting with generating SVG content for an Image. I can create the diagrams and content easily that way, but getting them to flow as noted above seems impossible. I can only think to make it work by making the band a fixed height, which doesn't make good use of the page in all situations. I'm struggling. Any ideas are welcome.
  2. I'm trying to move from an old version of iReports to Jaspersoft Studio. I've installed the latest version (Ubuntu 16.04 XFCE using the .deb file). I've opened an existing report definition (.jrxml) file. In the outline pane I right click on the top level node (report) and choose "Dataset and Query". The correct fields are listed in the bottom of the dialog bug the query text is missing. I've verified that the query text is indeed in the file. What's up with that?!
  3. I've installed the .deb vesion of Jaspersoft Studio 6.2.0 (community) on Ubuntu 14.04. The application starts maximized and I can't see to change it. When I click the control button to un-maximize, the application disappers entirely. Any ideas how to fix this?
  4. Jasper 5.0.4 Master report with 3 sub reports, exporting to Excel, each SubReport is a different sheet. I'm freezing the header rows using net.sf.jasperreports.export.xls.freeze.row.edge=Bottom on one of the column header objects. One of the sub reports is the longest "detail" report, so I would normally want it to be the last sheet in the file. If that sub report is the 3rd sub report, the rows are not frozen, but if I move it to be the 2nd sub report, then the frozen rows work properly. Each sub report is in its own detail section. Sub reports are separeted by a detail section with a single static text with net.sf.jasperreports.export.xls.break.after.row=true to force to a new sheet. Any ideas how to make the frozen rows work on all sub reports?
  5. Jasper 5.0.4 I have a master report with several subreports, each in its own detail section, and each on a different Excel sheet. It seems that when exported as Excel, if the column widths in each subreport do not match exactly, then the columns are all weird, with some merged and some hidden. Each subreport takes one Excel column per report column when run seprately. Seems like if the sub reports are on different sheets, then each should be able to have different column widths. Is there a wa to do this?
×
×
  • Create New...