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

dirk.diels

Members
  • Posts

    9
  • 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 dirk.diels

  1. When opening a report an error is shown and the following reason is mentioned : 'java.util.zip.zipexception: error reading zip file'. In the attached file you can find the complete error message.
  2. I found what caused the problem : when the nrofrecords for a category/colour = 0 then a record for that combination is still needed in the query.
  3. I am using Jaspersoft Studio version 6.3.2.final using JasperReports Library version 6.3.2 (Community Edition). I have a weird thing happening with the colors in a stacked bar chart : between 2 runs of the report it happens that the colors in the stacked bars swap around or 1 color swallows one of the other colors. And the next I run it it either runs correctly again (or not). There seems to be no apparent reason for this behaviour (or I can't find one at least), it is just random. The query I use is as follows : select category, color, nrofrecords from <table> group by category, color order by category, color. Category can have 10 values maximum, color only 3 (red-orange-green). When it runs correctly it looks like this : But when it goes wrong red and orange or red and green are switched around or green swallows orange or any other combination occurs. FYI : x axis = category, y axis is nrofrecords and series = color
  4. Both videos indicate that the subreport can only be taken from JasperSoft Server, which we don't have. We are using the Community Edition ? Could this be an issue ? Because I also tried to do conditional formatting but can't find any of the options/properties/... mentioned on a section document on that topic.on hyperlink On hyperlink I have read to section documents : 'How to set up chart hyperlinks in HTML5 charts?' and 'Anchors, Bookmarks, and Hyperlinks'. But neither are wriiten by you I think. Could you send me the link to yours ?
  5. Hi C-Box and hozawa, I am totally new to Jaspersoft and starting without any training. We use JasperSoft to create reports from Labvantage LIMS and Labvantage provided a powerpoint presentation on how they integrated Jasper Studio into LIMS and how to use Jasper Studio then. I am also not Java savvy so if you start talking about adding your own Hyperlink Listener I don't have a clue what you are talking about. Can you send me a link to an example, tutorial, ... so I can have a look how these things need to be setup ? About how I display my reports : the chart is just included in the summary band of a standard Jasper Studio report and the detail report is also just a standard Jasper Studio report listing the data in a detail band.
  6. Yes, I tried setting hyperlinks on the chart. I tried to use the hyperlink type ReportExecution but because we don't have Jaspersoft Server this doesn't work. For the time being I am just going to use 2 separate reports until we scale up to Jaspersoft Server. Thanks for your help.
  7. I am developing reports in Jaspersoft Studio version 6.3.2.final using JasperReports Library version 6.3.2. I developed a report containing only a stacked bar chart. The idea is to drill thru to a second report showing the actual detail data on which the stacked bar chart is build. Any where I click on the stacked bar chart the second report should open. How can this be done ? What settings do I need to fill correctly and whith which value to accomplish this drill thru ?
  8. I am creating reports with JasperSoft Studio version 6.3.2.final with JasperReports Library version 6.3.2. In all reports the page numbering has to be printed as 'Page x of y', whereby x and y have to be reset each time the value in the Group Header band changes (i.e. the property 'Reset Page Number' is enabled for the Group Header band). At this moment I use 2 fields, one field to hold the part 'Page x of' and a second file to hold the 'y'. But this makes it impossible to outline the page numbering with the right margin of the rest of the report. I think this should be possible if the complete page numbering could be prnted using one field, but I cannot seem to get this right. How can I do this ?
  9. I am creating reports with JasperSoft Studio version 6.3.2.final with JasperReports Library version 6.3.2. I have one report where the title bar of a table is defined in a Group Header band, the table itself is defined in the Detail band. When the property 'Reprint Header On Each Page' is enabled on the Group Header band, the title bar of the table will be printed on the last page of the full report even if the table doesn't stretch until this last page. I want to print the title bar on every page where the table is visible, so the property needs to be enabled. I dont't want the ttile bar on the last page of the report if the table is not visible on that last page. How can I do that ?
×
×
  • Create New...