Re: [O] Difference between two rows

2014-06-01 Thread Thierry Banel
Le 01/06/2014 13:38, Cecil Westerhof a écrit : > I like to calculate in a table the difference between the value in a > field in the current row and the previous field. How would I do that? > > Something like: > |---+| > | value | difference | > |---+| > |12 |

Re: [O] Difference between two rows

2014-06-01 Thread Cecil Westerhof
2014-06-01 15:18 GMT+02:00 Michael Brand : > Hi Cecil > > On Sun, Jun 1, 2014 at 2:24 PM, Cecil Westerhof > wrote: > > But what if I would want to know the > > difference between the previous filled one, divided by the distance? > > > > For example: > > |---+| > > | value | differ

Re: [O] Difference between two rows

2014-06-01 Thread Michael Brand
Hi Cecil On Sun, Jun 1, 2014 at 2:24 PM, Cecil Westerhof wrote: > But what if I would want to know the > difference between the previous filled one, divided by the distance? > > For example: > |---+| > | value | difference | > |---+| > |12 || > |

Re: [O] Difference between two rows

2014-06-01 Thread Cecil Westerhof
2014-06-01 13:57 GMT+02:00 Michael Brand : > On Sun, Jun 1, 2014 at 1:38 PM, Cecil Westerhof > wrote: > > I like to calculate in a table the difference between the value in a > field > > in the current row and the previous field. How would I do that? > > > > Something like: > > |---+-

Re: [O] Difference between two rows

2014-06-01 Thread Michael Brand
Hi Cecil On Sun, Jun 1, 2014 at 1:38 PM, Cecil Westerhof wrote: > I like to calculate in a table the difference between the value in a field > in the current row and the previous field. How would I do that? > > Something like: > |---+| > | value | difference | > |---+-

[O] Difference between two rows

2014-06-01 Thread Cecil Westerhof
I like to calculate in a table the difference between the value in a field in the current row and the previous field. How would I do that? Something like: |---+| | value | difference | |---+| |12 || |15 | 3 | |83 | 68 | |