Hi...I would like to change the reporting on the 95/5 calculation to Mbps vs bps. Is there a way to do that? Reason is that we bill customer on a per Mb basis.
TIA,
tb
Yes, it can be done, but you'll have to change the SQL query for the report..
This is great news - can you point provide where to find the data to make the change. We are running a registered version of SQL with SQL Studio.
I haven't tried this out, but this should work:
Maxbps_In95 / 1000000.0 as Maxbps_In95,Maxbps_Out95 / 1000000.0 as Maxbps_Out95,Maxbps_95 / 1000000.0 as Maxbps_95
Thanks Josh that worked perfectly....only thing is the report is stil adding 'bps' after each data entry. Can you tell me where to go edit that out. I changed the Column Header, no prob but am not sure how to get rid of the 'bps'.