Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding fields in a cross-tab

Status
Not open for further replies.

geoffreyg

Programmer
Dec 6, 2000
15
US
I have a cross-tab report with clients as the rows and dates as the columns. In each "cell" of the cross tab are two numbers. (1) The amount I have billed the client that day and (2) The amount I have received from the client that day. This works perfectly.

I would now like to add a third amount in each "cell". This number should be the amount of the previous day's billings minus the previous day's receipts (called "balance forward").

I would then like to add the "balance forward" to the next days (Billings-Receipts). The end result should be a total due (a running total) of the client's balance at the end of each day. This would essentially be a "trend" of their balance througout the week.

Any help is greatly appreciated!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top