I want to perform a calculation that returns a value that is the difference between current month and previous month.
I have a data base for trucks, mileage, hours etc.
So the calculation will be on the Mileage feild. I know how to write and expression to perform a calculation between one field and another, but, is it possible to get calculate the differnce between values using the same feild. I.E
Month January February
Mileage 109000 101000
Many thanks in advance.