Hi,
I was right. 'Transmit Bandwidth', 'Transmit % Utilization', 'Receive Traffic' and 'Receive % Utilization' are constant because you take them from CurrentTraffic
Interfaces.OutBandwidth
Interfaces.OutPercentUtil
Interfaces.Inbps
Interfaces.InPercentUtil
In Interfaces table is the last poll. So for every DateTime for historical InterfaceTraffic table you show the last polled values from Interfaces table.
Change your report to take these values from Historical Interface Traffic.
'Detected usage of a macro, which links to a nonexistent field in the report. Therefore WebURL, which uses this macro, will not be generated correctly.
Missing fields:
InterfaceID'
This kind of error means: you will be not able to create link to interface detail web page in your report, because InterfaceId is not between SelectedFields.
e.g. you have in repoort Interface Name and you would like to have a name as a link to Interface Detail web page. In such case you have to add InterfaceId to Selected Fields in your report. When you don't want to use the links, ignore this error.
Jiri