I have report grouped by ID number and pulled in a date range of data into the detail section of the report. Below is an example of the data: {date} and {reading}
9/01/2011 18900
9/02/2011 18991
9/03/2011 19025
and so on until---
9/30/2011 20528
10/1/2011 20575
I would like to subtract the 10/1/2011 reading from the 9/01/2011 reading. How can I do this for each grouped ID number?
Thanks
9/01/2011 18900
9/02/2011 18991
9/03/2011 19025
and so on until---
9/30/2011 20528
10/1/2011 20575
I would like to subtract the 10/1/2011 reading from the 9/01/2011 reading. How can I do this for each grouped ID number?
Thanks