Hi again,s.
CR11 SQL Server
Not sure how to do this..so here goes.
Data Output in Crystal
Interface Month % Average Ex of Result (% Change)
1111111111111
12/2010 71.14%
01/2011 65.02%
02/2011 45.23%
-25.91%
2222222222222
12/2010 12.01%
01/2011 22.23%
02/2011 45.23%
33.22%
@Average = Maximum ({@Max}, {InterfaceTraffic.DateTime}, "monthly")%{@Link Speed}
What we need is to work out the % change column which is 02/2011-12/2010 which equals the percentage difference.
So 45.23% - 71.14% = -25.91%
Please let me know if more information is required.
CR11 SQL Server
Not sure how to do this..so here goes.
Data Output in Crystal
Interface Month % Average Ex of Result (% Change)
1111111111111
12/2010 71.14%
01/2011 65.02%
02/2011 45.23%
-25.91%
2222222222222
12/2010 12.01%
01/2011 22.23%
02/2011 45.23%
33.22%
@Average = Maximum ({@Max}, {InterfaceTraffic.DateTime}, "monthly")%{@Link Speed}
What we need is to work out the % change column which is 02/2011-12/2010 which equals the percentage difference.
So 45.23% - 71.14% = -25.91%
Please let me know if more information is required.