S
sudhir
I would be very grateful for help to set up this difficult report
I have the following data in two fields a table
test result ( number- 2 decimals) date
5.6 01/01/2006
7.8 01/06/2006
10.9 01/10/2006
and so on..
the number of entries are variable and are not limited by any means.
I want to set a report to say
Go to the last test result and determine natural log of this number. call
it -A
Do the same for the test result immediately preceeding. Call it - B
Subtract B from A- call it - C
Get the difference between Last date and one immediately preceeding in
months ( number, upto two decimals )- Lets call it - D
calculate F ( it is actually the doubling time of what is being measured )=
D*0.693/C
Repeat this process until all values of date and test result are taken into
account.
is this possible?
any help will be greatly appreciated
thanks
sb
-
sb
I have the following data in two fields a table
test result ( number- 2 decimals) date
5.6 01/01/2006
7.8 01/06/2006
10.9 01/10/2006
and so on..
the number of entries are variable and are not limited by any means.
I want to set a report to say
Go to the last test result and determine natural log of this number. call
it -A
Do the same for the test result immediately preceeding. Call it - B
Subtract B from A- call it - C
Get the difference between Last date and one immediately preceeding in
months ( number, upto two decimals )- Lets call it - D
calculate F ( it is actually the doubling time of what is being measured )=
D*0.693/C
Repeat this process until all values of date and test result are taken into
account.
is this possible?
any help will be greatly appreciated
thanks
sb
-
sb