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

shazinfy

Members
  • Posts

    11
  • 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 shazinfy

  1. In ireport options correctly select the PDF version. May be this helps.
  2. I tried, but it looks like a challenging one. One way could be omitting the details band and trying subreport. Just a guess! Or as you mentioned earlier you may have to handle this scenario in your java code.
  3. Are you using the latest Acrobat Reader?
  4. darwin_chow, i can help if you can provide following details. 1. iReport version. 2. report jrxml file. 3. an xml file with data which i can use as a datasource for generating the report at my end.
  5. java.lang.BigInteger has subtract() function available. Try to use it according to your need.
  6. Open .jrxml in ireport and make band height of unusable bands to 0 and compile the report. You can try the generated .jasper file again in production.
  7. Main report and subreport cannot use different data source.
  8. Could you pls attach the jrxml file and the screen shot of your report template in iReport. Regards, Shazy
  9. You can do following. Define the class type for AMOUNT field as String. In Expression Editor use new java.lang.Double($F{AMOUNT}). This should work. :-)
  10. Hi, For achieving your task. 1. Create a variable. 2. On Add/Modify variable screen, select calculation type as sum, Variable Expression should be the field for which you want to do total. Variable class type should be double. 3. Drag and drop the variable to the summary band of report. For calculations you should type cast your data in report to double. Hope this helps. Regards, Shahnavaz 2.
  11. Hi, The text output format will not be the same as pdf output. Text report will be generated in rows and columns. To generate the o/p in text format you can use the build->text Preview menu item. regards, Shahnavaz
×
×
  • Create New...