Regarding the "already processed" exception, see this discussion: https://sourceforge.net/forum/forum.php?thread_id=1379985&forum_id=113530
I think that the problem in your case is that you haven't set the proper reset time for your crosstab dataset. If you want a crosstab for each product, you need to set the crosstab dataset to reset at product group level. HTH, Lucian Marty Phee wrote: > 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 > ------------------------------------------------------------------------- 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