OTBI - Display the row of SUM only
Summary
How can I edit the OTBI report to display the row of count and SUM only?Content
I built a report to display the 'count of invoice number' and 'SUM of invoice amount' by 'Pay Group' and 'Payment Method', instead of the following table (with invoice details)
Pay Group | Payment Method | Invoice Number | Invoice Amount SUM |
DAILY | EFT | COSECO_01 | 13.0 |
DAILY | EFT | COSECO_04 | 300.0 |
DAILY | EFT | COSECO_05 | 400.0 |
DAILY | SUM | 3 | 713.0 |
MONTHLY | EFT | 3040070142_21SEP19_4925 | 295.3 |
MONTHLY | EFT | 3040070142_22SEP19_4937 | 295.3 |
MONTHLY | SUM | 2 | 590.7 |
I want the report to display like the following:
Pay Group | Payment Method | Invoice Number | Invoice Amount SUM |
DAILY | EFT | 3 | 713.0 |
MONTHLY | EFT | 2 | 590.7 |
1