Issue/Problem/Symptoms:
Unable to see Flow Statistics in Network Flow Analysis.
Environment:
NFA 9.3.x
Internet Explorer 11
Cause:
Flow Statistics cannot run in Compatibility View. Some organizations require that a policy setting is made that all intranet sites run in Compatibility View.
Resolution/Workaround:
1. Uncheck "Display intranet sites in Compatibility View" if it is not an organizational requirement.
2. Use an alternative browser.
3. Update C:\CA\NFA\REPORTER\NetQoS.ReporterAnalyzer.WebSite\Admin\FlowStatistics.aspx adding the following line:
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
directly under
<!DOCTYPE html>