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

jgamble

Members
  • Posts

    4
  • 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 jgamble

  1. I am currently working with a report that contains several subreports. When I compile and run it locally on my Windows machine, the format is fine. However, when I deploy that compiled Jasper code to our Linux server, the subreports often overlap each other. It is becoming quite time consuming to maintain. I have to "guess" how much to move the subreport and then compile and redeploy it. Has anyone experienced a similar issue? Does anyone have a suggestion on how to best deal with this? Thanks!
  2. If this is your query: select * from my_table where my_table.numberic_field in ($P{PARAM}) Then you are missing the "!". It should be... select * from my_table where my_table.numberic_field in ($P!{PARAM})
  3. I am reading in an SQL query from a jdbc connection. I need to sum integers in a field column for a subtotal, but there are a couple of rows that I need to exclude from the summation. These rows can be identified by their integer values. I haven't been able to figure out how to do it. Is it possible? Any suggestions would be appreciated. I am new to Jasper and iReport. Post edited by: jgamble, at: 2006/09/22 18:54
×
×
  • Create New...