I have the following report: Detail A contains data from Table 1 (Sales Data). Detail B contains data from Table 2 (Apply Information), where Table 1 left outer Join to Table 2 on Document Number. I have placed Document Number and Sales Amount from Table 1 into Detail A. I then place the Applied Document and the Applied Amount into Detail B from Table 2. I then suppressed blank on Detail B. It prints great, but in order to get a running total, it skips the data from detail B.
Ie this is what I would like in the end:
DA Inv 1000 $100.00 $100.00
DA INv 1001 $500.00 $600.00
DB Pay 30 ($50.00) $550.00
DA Inv 1002 $300.00 $850.00
Is this possible?
Ie this is what I would like in the end:
DA Inv 1000 $100.00 $100.00
DA INv 1001 $500.00 $600.00
DB Pay 30 ($50.00) $550.00
DA Inv 1002 $300.00 $850.00
Is this possible?