This is a discussion on [rrd-users] Re: Cumulative totals within the RRD Users forums, part of the Networking and Network Related category; Hi Ollie, > CDEF:TotalReg=TotalReg,PREV(Registrations2007),+ Hehe, thats funny, i tried doing the same some time ago and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi Ollie,
> CDEF:TotalReg=TotalReg,PREV(Registrations2007),+ Hehe, thats funny, i tried doing the same some time ago and i was helped here on the list by Alex .. the problem of calculating a "total"-sum is just the first data - imagine to try to get a "PREV"-Value out of a source that just startet - there would be an Unknown-value and thats why all calculations would lead to a unclear value. Try this: CDEF:TotalReg=PREV,UN,0,PREV,IF,Registrations2007, + Cu Rene. __________________________________________________ ____________________________ "Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht! -- Unsubscribe mailto:rrd-users-request@list.ee.ethz.ch?subject=unsubscribe Help mailto:rrd-users-request@list.ee.ethz.ch?subject=help Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi |