shankbanta
Technical User
I am having a probllem creating a report that shows the calculated difference between two numbers. I am running this report from a query that allows a date range for a monthly report.
Ex. Table: Machine, Unit, Date, Impression (There are several different machines(21, 15, 22, etc), each machine has up to 6 units, each unit has a counter).
In my report I group by machine then unit. I need to get the difference between the counters.
Ex.
Machine Unit Date Impresion (Header)
21 1 4/10/03 1234 (Details)
4/15/03 1566
21 3 4/03/03 6898
4/15/03 9666
22 5 3/1/03 5555
3/2/03 6666
I need show the difference between the impresion counts. All information is in one table with no defined primary key.
All suggestions are appreciated.
Ex. Table: Machine, Unit, Date, Impression (There are several different machines(21, 15, 22, etc), each machine has up to 6 units, each unit has a counter).
In my report I group by machine then unit. I need to get the difference between the counters.
Ex.
Machine Unit Date Impresion (Header)
21 1 4/10/03 1234 (Details)
4/15/03 1566
21 3 4/03/03 6898
4/15/03 9666
22 5 3/1/03 5555
3/2/03 6666
I need show the difference between the impresion counts. All information is in one table with no defined primary key.
All suggestions are appreciated.