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

flawlor

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

Security Advisories

Downloads

Everything posted by flawlor

  1. Most job schedulars have the ability to define various calendars. For example a calendar with holidays and the ability to schedule jobs on non-holiday weekdays. Do you have any way or any plans to provide the ability to do this? Thanks, -- Frank
  2. I just downloaded iReport 2.0.2 (I was on 2.0.1) and enountered a couple of problems which might be related. The day before I had changed a field definition from BigDecimal to Decimal. After downloading the new version I got a compile error complaining about the data type being BigDecimal. I looked and the datatype indeed was back to BigDecimal. I changed it again to Decimal, but the same error persisted. I shut down and restarted and the datatype was back to BigDecimal! After changing it again and restarting iReport, the datatype change finally stuck!!! From iReport, I went into the jrxml and made a change. Upon saving and returning to iReport, it said the xml changed and should it reload it. I said Yes, but the same dialog popped up again. I tried saying Yes about a dozen times and finally shut down iReport and restarted it.
  3. I just downloaded iReport 2.0.2 (I was on 2.0.1) and enountered a couple of problems which might be related. The day before I had change a field definition from BigDecimal to Decimal. After downloading the new version I got a compile error complaining about the data type being BigDecimal. I looked and the datatype indeed was back to BigDecimal. I changed it again to Decimal, but the same error persisted. I shut down and restarted and the datatype was back to BigDecimal! After changing it again and restarting iReport, the datatype change finally stuck!!! From iReport, I went into the jrxml and made a change. Upon saving and returning to iReport, it said the xml changed and should it reload it. I said Yes, but the same dialog popped up again. I tried saying Yes about a dozen times and finally shut down iReport and restarted it.
  4. Thanks. I assume you mean the definition of the items? Since the use of PLT_COUNT is before PLT_TOTAL. I'm using iReport and cannot see any way to re-order the defintions. Do I have to do this in the XML? -- Frank
  5. OK, It said it wouldm't accept the jasper file, but posted anyway. Here is the jrxml [file name=LOG_sub_purchaseOrderLines.jrxml size=32867]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/LOG_sub_purchaseOrderLines.jrxml[/file]
  6. Attached is the detail report with the problem. I attached the jasper file. Is the jrxml better??
  7. I've run into this problem a couple of times now in my reports. If I use a conditional to determine the value of a cell, then the column total is always missing the value in the last detail row. For example, I have a cell variable. PLT_CNT, defined as ( $F{CARTON_PALLET} == null || $F{CARTON_PALLET}.intValue()==0 ) ? new Double(0.00) : new Double($F{QTY}.doubleValue()/$F{CARTON_PALLET}.doubleValue()) This gives the correct values for each of the detail rows, but the column total, PLT_TOTAL which is defined as the sum of $V{PLT_COUNT} is always missing the value of the last detail row. If I remove the conditional statement, and have a simple field reference for the detail cell value there is no problem. The other columns, which don't have the conditional logic, have all the correct totals. I've tried using BigDecimal instead of Douuble, but I get the same result. Any ideas how to fix this?
×
×
  • Create New...