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

sanbez

Members
  • Posts

    296
  • 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 sanbez

  1. net.sf.jasperreports.engine.fill.JRCalculator.calculateVariables(JRCalculator.java:144) Check type of fields (variables) on consistence. If $F{field1} has type Integer, then $V{sumField1} must be Integer, and so on...
  2. Byte data not found at : coffee.jpg at net.sf.jasperreports.repo.RepositoryUtil.getBytesFromLocation(
  3. I do not see any solutions. Just rewrite (extend? class) the report generator to specify the exact type of the fields. And after that set "auto detect cell type" (Kris answer).
  4. It seems to me this is incorrect attempt to solve the problem of bad data (error in design DB?). Each attribute should be have exact type.
  5. Are you use java for export or only iReport? The ways is different...
  6. ImageServlet /image request.getSession().setAttribute(ImageServlet.DEFAULT_JASPER_PRINT_SESSION_ATTRIBUTE, jasperPrint);exporter.setParameter(JRHtmlExporterParameter.IMAGES_URI, "image?image="); see for example http://community.jaspersoft.com/questions/801752/html-export-image-impossible
  7. 1. May be properties of this frame (local_mesure_unity, local_mesure_unitx, local_mesure_unitwidth) is the reason of mistake? It's on pixel... Try to delete this. 2. Are you sure that this frame is reson of free space? If we delete this frame is empty space will be present?
  8. 1. Are you sure? May be "RemoveLineWhenBlank" ? Check this. Unfortunately without your report, it will be difficult to understand the cause of the error
  9. I am don't understand. Why in column "Result" all values = 0 ? Are you solve your problem or not? My test report wоrks fine. II can put it. Are you want to see my test report?
  10. 1. "isRemoveLineWholeBand" ??? 2. Can you set PrintWhen expression in summary band?
  11. put screen desired report. Which columns header in this report? Is it 'UK', 'ITALY' and so on? Which table.field must be display on first (left) column? Is it device.device_state ?
  12. Define variable $V{DIFFERENCE} with expression = {$F{ABC}-$F{EFG} calculation = Nothing And define variable $V{SUM_DIFF} with expression = $V{DIFFERENCE} calculation = Sum In report display $V{SUM_DIFF} in detail section.
  13. My test report calculate sum for row (total column) and total sum for all columns int report. In your table total value in second row = 400. Why this result? Write more precisely what are you want.
  14. Create variable $V{ROW_SUM} and define variable expression for it as $F{ABC}+$F{EFG} and Calculation = 'Nothing' See example test report (JR 4.1.2) <?xml version="1.0" encoding="UTF-8"?> select 200 ABC, 0 EFG FROM DUALUNION ALL SELECT 500, 300 FROM DUALUNIoN ALL SELECT 700, 200 FROM DUAL $F{ABC} $F{EFG} $F{ABC}+$F{EFG} ABC EFG ROW_SUM $F{ABC} $F{EFG} $V{ROW_SUM} $V{ABC_SUM} $V{EFG_SUM} $V{ROW_SUM} [/code]
  15. string "bar3DPlot isShowLabels="true" (may be not "bar3DPlot")
  16. Try check and uncheck this option. After that try find in your jrxml string "" (may be not "bar3DPlot"). If this options is present on jrxml, delete it "by hand". Delete yourReport.jasper and recompile yourReport.jrxml
  17. Set properties of field $F{CITY} "Blank when null" and "Remove line when blank" as checked
  18. Explain this, please. For check "Show labels" I am "playing" with this check box, and in first step labels not showing in report. After that I write customizer and labels was displayed. After thhat I am delete customizer and labels was displayed too. I do not understand this behavior
×
×
  • Create New...