Hello,
I created a new report template, based off the 'B11 Graph Only - 24h' template, which makes a call to 'Graph plus 365day graph'.
In 'Graph plus 365day graph' there is this line: <#report type="averagetable" repnodeid="<@subid>" repsensid="<@objectid>" avg="<@tableaverage>" sdate="<@start>" edate="<@end>">
In the report that table will display in the in/out traffic average speed, 95th percentile (if I select to show it) and the Total Kbytes.
I would like to swap that Total Kbytes with the Maximum Speed in that table.
If you click on a sensor, it brings you to the sensor page which seems to call on sensor.htm. In the tables there it shows the in/out traffic Last Value (volume) Last Value (speed) Minimum Maximum. Can't find the line where it calls these.
Anyway, I'm wondering if someone can tell me what file is being called for the table in the 'Graph plus 365day graph', so I can create a copy, and if I can swap the maximum value being called under sensor.htm (Also, if someone can tell me what file is being called for the table with the maximum under sensor.htm) with the total kbytes under the 'Graph plus 365day graph' table.
Thanks.
Add comment