Jump to content
Changes to the Jaspersoft community edition download ×

Raphaël Peguet

Jaspersoft Staff
  • Posts

    48
  • Joined

  • Last visited

  • Days Won

    2

Raphaël Peguet last won the day on March 21

Raphaël Peguet had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Raphaël Peguet's Achievements

  1. Yes you need to restart JasperServer to apply the changes. Under opt/bitnami/apache-tomcat/bin you should have 2 scripts shutdown.sh and startup.sh to stop and restart it.
  2. Hi Siva, I found the question of Sadakar describing very well how to use Base64 images in a JasperReports template. Not sure whether his server issue was resolved but you may find the post at With a field called image_base64 the image expression should then be: net.sf.jasperreports.engine.util.JRImageLoader.getInstance(new SimpleJasperReportsContext()).loadAwtImageFromBytes(Base64.getDecoder().decode($F{image_base64}))
  3. Hi Igor, It would be interesting to understand the reason you need to print a group header 3 before the group footer 1 in the first example you share. Maybe instead of the group header 3 you can use a sub report with a conditional print at the bottom of the group footer 2? With the second example you share you should use 2 sub-reports as follow: - SubReport 1 for the Detail 1 and its group 2 - SubReport 2 for the Detail 2 and its group 3
  4. Placing a sub-report in the detail will iterate the sub-report as many times as the number of rows returned in the master report's result set
  5. I had missed that but that's right. JSS v. 9 didn't fix that so I brought this up to the team
  6. @Chaitanya Deepthi This error may also be the consequence of an unsupported version of Java being used. Please check the Platform support Datasheet for supported versions of Java.
  7. Yes, you will need to create the jsonData parameter in the report template, the JRXML. You will typically do that using Jaspersoft Studio
  8. Adding a group one more time the same way as described here will create a sub-group to the existing group or groups.
  9. Hello, Can you share the full stack trace? Also, does the report work when previewing in Jaspersoft Studio? Thanks, Raphaël
  10. Hello, I just tested with JasperReports 6.21.0 / Jaspersoft Studio 9.0 and couldn't reproduce the issue with the extra gap at the bottom. However, I do notice that it forces me to go to the next line after the full stop even though I don't even have a space. Can you tell me if using JR 6.21 changes anything?
  11. There is a line at the top of the .jrxml file telling the JSS and JRL versions used to create the report, so if you look at the source of the report in Jaspersoft Studio, then you should get the info.
  12. Hi, The link to the patch are indeed broken. Jaspersoft Studio CE 6.17 or newer or Jaspersoft Studio Pro 8 include the patch, I'd highly recommend to upgrade since they are backward compatible and will still allow you to compile reports with older versions of JasperReports.
  13. Try setting the parameter like this: Parameter: Name: IDS Class: java.util.Collection Default Value Expression: new ArrayList(Arrays.asList(1,2))
×
×
  • Create New...