[reportlab-users] Tables with sub-totals

Mike Driscoll mike at pythonlibrary.org
Wed Oct 16 13:59:12 EDT 2013


Hi,

I have a project where I'll receive an unknown amount of data that needs to
be put into a table. When the table reaches the end of the page, it needs
to add a sub-total as the last row before splitting. This will happen on
each subsequent page until we reach the last page which should have the
grand total of all previous pages. How does one tell Reportlab to add a
subtotal row before splitting?

I know how to get a table to split, just not the sub-total part.

I am considering calculating the number of rows that can fit on a page and
inserting the sub-total into the data list that I pass the Table object,
but I was hoping there was a better way.

Thanks,
Mike Driscoll

P.S. I posted this to the Google Group for reportlab, but it doesn't appear
to get propagated to the list. Here is a link to that post:
https://groups.google.com/forum/#!topic/reportlab-users/GSnvjo0Iucs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20131016/0821f623/attachment.htm>


More information about the reportlab-users mailing list