PaidtheUmpire
Programmer
I have a question to ask about Rave Reporter 5.0
I am using Delphi 7, Rave 5.0 & Access 2000
What i wish to do is to create a rave report that displays three things...
The TOTAL SUM of the field 'Call_Length' format integer
The TOTAL SUM of the field 'Cost_To_Business' format currency
The TOTAL SUM of the field 'Cost_To_Customer' format currency
So a simple thing like this
TOTALS [Title]
Total Call Cost 2 Bus Cost 2 Cust [Headings]
---------- ---------- -----------
1500 sec $25.00 $36.15 [Sum's]
But i haven't got an idea how to do it.
I am using Delphi 7, Rave 5.0 & Access 2000
What i wish to do is to create a rave report that displays three things...
The TOTAL SUM of the field 'Call_Length' format integer
The TOTAL SUM of the field 'Cost_To_Business' format currency
The TOTAL SUM of the field 'Cost_To_Customer' format currency
So a simple thing like this
TOTALS [Title]
Total Call Cost 2 Bus Cost 2 Cust [Headings]
---------- ---------- -----------
1500 sec $25.00 $36.15 [Sum's]
But i haven't got an idea how to do it.