Hi All,
Im creating a graph in asp.
What i want to do is count the previous value + next value and so on.
Example:
------------------------------
| ID | Name | Price |
------------------------------
| 1 | cars | 122 |
| 2 | toys | 90 |
| 3 | games | 240 |
------------------------------
What i want is :
the first spot in the graph is 122
the next one is 122+90 = 212
the next one is 212 + 240 = 452
etc.
etc.
Can someone help me with a script or example?
tnQ TanTrazz
Im creating a graph in asp.
What i want to do is count the previous value + next value and so on.
Example:
------------------------------
| ID | Name | Price |
------------------------------
| 1 | cars | 122 |
| 2 | toys | 90 |
| 3 | games | 240 |
------------------------------
What i want is :
the first spot in the graph is 122
the next one is 122+90 = 212
the next one is 212 + 240 = 452
etc.
etc.
Can someone help me with a script or example?
tnQ TanTrazz