Hello,
We are currently in the process of designing a report from a table that has the following sample data
Bus Unit Affiliate Amount
----------- ---------- ------------
01 02 2500
01 03 2330
01 04 40
02 01 -2500
02 03 -223
03 01 -400
03 02 540
04 03 650
04 06 100
and so on....
In other words, the BU/Affiliate combinations do not follow any specific pattern.
We are tyring to present the data in the following way in the report
Bus Unit Affiliate Total
---------- ---------- --------
01 02 2500
02 01 -2500
--------
Subtotal: 0
01 03 2300
03 01 -400
--------
Subtotal: 1900
01 04 40
04 01 0 ( because combination not defined in table)
---------
Subtotal: 40
02 01
01 02 ..............These 2 rows should not be in the report, as they are already in the report....
02 03 -240
03 02 540
------
Subtotal: 300
and so on.............
In other words, the opposite Bus Unit/Affiliate combinations rows should be following each other.
If someone could provide suggestions about ways to accomplish this, we'd be very thankful.
Thanks again
We are currently in the process of designing a report from a table that has the following sample data
Bus Unit Affiliate Amount
----------- ---------- ------------
01 02 2500
01 03 2330
01 04 40
02 01 -2500
02 03 -223
03 01 -400
03 02 540
04 03 650
04 06 100
and so on....
In other words, the BU/Affiliate combinations do not follow any specific pattern.
We are tyring to present the data in the following way in the report
Bus Unit Affiliate Total
---------- ---------- --------
01 02 2500
02 01 -2500
--------
Subtotal: 0
01 03 2300
03 01 -400
--------
Subtotal: 1900
01 04 40
04 01 0 ( because combination not defined in table)
---------
Subtotal: 40
02 01
01 02 ..............These 2 rows should not be in the report, as they are already in the report....
02 03 -240
03 02 540
------
Subtotal: 300
and so on.............
In other words, the opposite Bus Unit/Affiliate combinations rows should be following each other.
If someone could provide suggestions about ways to accomplish this, we'd be very thankful.
Thanks again