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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using last months data in this months formula 1

Status
Not open for further replies.

fryguy5049

Technical User
Apr 20, 2004
24
US
I have a database that has about 10 variables for each month of the year. i.e. each row is a month. I am trying to display the figures from each variable, but I also need to add some formulas that calculate a difference between this months variable1 and last months variable1. I want the report to show the data for the whole year, but how do I reference previous months variables in a formula ?
Here is a sample of the data:
date var1

1/31/23004 $25
2/29/2004 $32

thanks!
 
There is a Previous({fieldName}) function - does that help?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top