Jump to content

kurisutofu

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Everything posted by kurisutofu

  1. Hello, I've set the summary to start on a new page and to keep the header for some reports I designed in iReport and they work fine. But once I generate them with a java/groovy piece of code, the summary bands lose their headers ... How can I prevent that? And why is that happening? In iReport the header is there ...
  2. Hello, I'm using the following code to try to generate a PDF and it is generated, but without any data! The strange thing is that I still get the summary correctly ... Does anyone know what's wrong? The connection to the database is correct and I can run a query ... I tried many ways but it always ends up the same... (The code is a groovy script) Code: EDIT: By the way, when I run it with iReport, I can see those data! Post Edited by kurisutofu at 02/26/2010 11:50
  3. I'd like to do the same. Could you let us know how you did please? EDIT: Nevermind, I found it on that thread http://jasperforge.org/plugins/espforum/view.php?group_id=83&forumid=101&topicid=66671 For people looking for the same answer, just use aa pattern like Code:new java.text.DecimalFormat("#,##0.00").format( YOUR_FIELD) Post Edited by kurisutofu at 02/24/2010 05:21
×
×
  • Create New...