The four ways multi-page tables fail
Each of these is easy to spot once you know its signature, and each has a structural fix rather than a tuning fix.
- Repeated headers: "Date | Description | Amount" appears on every page and becomes a row whose amount is null or zero.
- Carried-forward double counting: page two opens with the page-one subtotal, which then gets added again into your sum.
- Split rows: a long description wraps across the page break and produces two rows, one with an amount and one without.
- Order scrambling: pages processed in parallel come back out of order, so a running balance no longer runs.