CR10 MySQL
Guys hope you can help.
I have a field [DiskSpace] which calculates the difference in Diskspace on a Day by Day basis excluding increases. What i want to do is add the totals up....
The groups are:
Server Group
Disk Space Group C, D etc
Day Space [Disk Space]
01/02/2007 45,872
02/02/2007 23,921 0
03/02/2007 23,967 46
04/02/2007 24,206 239
05/02/2007 23,605 0
06/02/2007 24,108 503
07/02/2007 25,058 950
[DiskSpace] =
If {trendcounters.counter_name}={trendcounters.counter_name}
and {trendsday.value_avg} - Previous({trendsday.value_avg})
> 0 then {trendsday.value_avg} - Previous({trendsday.value_avg})
Thanks
Guys hope you can help.
I have a field [DiskSpace] which calculates the difference in Diskspace on a Day by Day basis excluding increases. What i want to do is add the totals up....
The groups are:
Server Group
Disk Space Group C, D etc
Day Space [Disk Space]
01/02/2007 45,872
02/02/2007 23,921 0
03/02/2007 23,967 46
04/02/2007 24,206 239
05/02/2007 23,605 0
06/02/2007 24,108 503
07/02/2007 25,058 950
[DiskSpace] =
If {trendcounters.counter_name}={trendcounters.counter_name}
and {trendsday.value_avg} - Previous({trendsday.value_avg})
> 0 then {trendsday.value_avg} - Previous({trendsday.value_avg})
Thanks