Error filling print...
net.sf.jasperreports.engine.JRException: Crosstab data has already been 
processed.
    at 
net.sf.jasperreports.crosstabs.fill.calculation.BucketingService.addData(BucketingService.java:280)

What does this mean exactly?

I'm using the sample dataset below

custno   product  daycode   weekend       type       qty
5740     243           1            200601014   Order        1
5740     243           1            200601014   OnHand     1
5740     243           1            200601014   Sold          1
5740     243           1            200601014   Return       1
5740     243           1            200601014   CarryOver  1

In the main report I have groups for custno and product and the crosstab
in the product group.  What I think should happen is a new crosstab for
each product, but I'm getting the above error.

I have row groups for daycode then type, column group for weekend and
measure on qty.

So the  result should be

custno
    Product
                                       weekend ....
          daycode
                 type                sum(qty)




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to