Advanced filters can be used in both the publishing system and the conventional tabular database reports.
Click here to see the global and test metrics you can use in filters.
Below are some examples of how to use the filters.
Note: When using these filters in publishing data sets they must be wrapped in quotes.
[voip:jitter > 5.3]
Note the colon between the test type and the metric name. The filters are also enclosed in an open and close square bracket.
[voip:jitter > 5.3 and djitter > 4]
When defining metrics from the same test type the test type is only required to be defined on the first filter.
[gbl:testto = 1.2.3.4]
This filter would only show tests that were performed to the IP 1.2.3.4.
[voip:jitter > 5.3 and djitter > 4 and testto=1.2.3.4]
Note that the gbl prefix is not required for the global filter if defined with test metrics.
[voip:jitter > 5.3 and djitter > 4 and testto=1.2.3.4][act:dspeed > 20000]
Note that separate test types should be in separate square brackets.