Re: How to avoid repeat formula on spreadsheet table while using platipus?
Andy Robinson <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <CABjtApsv8OyUCSazt4XCBTzBCkDPZHZxTQYF8tYb_p59UiL-3Q@mail.gmail.com> |
You will need to write your own logic to handle this. Platypus tables are not spreadsheets and they have no knowledge of whether cell contents are numeric, so they can't maintain totals; and the are built "up front" without knowing where they will be broken. Instead of creating the entire story and rendering it, it may be better to create "one-row tables" and add to a frame on the page, or have a routine in pdfgen to draw one row at a time. Then you will be in complete control of how much space is left and when to do page breaks. To provide more help you'll need to show the group some visuals of what you are doing. - Andy On 15 June 2016 at 04:50, abhijith <[email protected]> wrote: > How can I conditionally apply repeat formula on spreadsheet table? I > have it currently displayed on all pages. Ideally it should not be > displayed on the first page. I have carry forward and brought forward as > two items to be displayed. I would like to display only carry forward in > the first page and both of them in succeeding pages. Now both of them > are displayed on the first page with brought forward left blank. This > looks unpleasant. How can I rectify this? > > _______________________________________________ > reportlab-users mailing list > [email protected] > https://pairlist2.pair.net/mailman/listinfo/reportlab-users