This topic is locked

Report with two child tables at same level

8/29/2020 1:11:44 PM
PHPRunner General questions
A
AlphaBase author

3 tables:

StatementInvoicesTime

I want Statement on top with certain fields, and Invoices & Time side by side as child table to Statement.Both Invoices & Time will have totals and a calc to subtract total Invoices hours from Time hours.

This needs to be printable.
How might i approach this?