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

tietjens

Members
  • Posts

    2
  • Joined

  • Last visited

tietjens's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. we are facing issues when inserting html formatted text that comes from a datasource in the report details section. We have the product title (plain text) and description in html-format on the database. We want to create a report that shows a list of all products, their title and description. As soon as the description contains a html formatted bullet list or enumeration, this format is broken when rendering the report into html or pdf. What could be a good option on how to fix the "double" formatting jasper performs on the provided already formatted text.
  2. when placing a crosstab in the title band of a report the folowing exception is thrown: net.sf.jasperreports.engine.JRException: net.sf.jasperreports.engine.JRRuntimeException: Error incrementing crosstab dataset. at com.jaspersoft.studio.editor.preview.view.control.ReportControler.fillReport(ReportControler.java:524) at com.jaspersoft.studio.editor.preview.view.control.ReportControler.access$20(ReportControler.java:499) at com.jaspersoft.studio.editor.preview.view.control.ReportControler$5.run(ReportControler.java:380) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Caused by: net.sf.jasperreports.engine.JRRuntimeException: Error incrementing crosstab dataset. at net.sf.jasperreports.engine.fill.JRFillCrosstab$JRFillCrosstabDataset.customIncrement(JRFillCrosstab.java:1220) at net.sf.jasperreports.engine.fill.JRFillElementDataset.increment(JRFillElementDataset.java:191) at net.sf.jasperreports.engine.fill.JRCalculator.calculateVariables(JRCalculator.java:191) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:739) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportStart(JRVerticalFiller.java:259) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:119) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:558) at net.sf.jasperreports.engine.fill.BaseFillHandle$ReportFill.run(BaseFillHandle.java:119) at java.lang.Thread.run(Thread.java:745) Caused by: net.sf.jasperreports.engine.JRException: Crosstab data has already been processed. at net.sf.jasperreports.crosstabs.fill.calculation.BucketingService.addData(BucketingService.java:317) at net.sf.jasperreports.engine.fill.JRFillCrosstab$JRFillCrosstabDataset.customIncrement(JRFillCrosstab.java:1216) ... 8 more does anyone have an idea what needs to be configured in the crosstab to make this work? Thank you
×
×
  • Create New...