Hello,
I would like to make a report about the total bytes recv/transmit with a "trend" (Evolution from the previous month).
For this trend, in a column, I want to have a percentage of recv/transmit evolution.
For example:
Devices Month Recv Xmit Total (Recv/Xmit) Evolution from the previous month
MyDevice1 January 2008 x Gbytes y Gbytes z Gbytes 30%
MyDevice1 Feburay 2008 a Gbytes b Gbytes c Gbytes 15%
And if possible, another column with Month vs (Month-1 + Month-2 + Month-3) / 3
Do you know if it's possible or not ?
Thanks in advance.