Hi
Trying to filter interfaces in view Top XX Interfaces by Percent Utilization like by below
(FullName LIKE '*Satcom*' OR FullName LIKE '*Satcom*') AND (FullName LIKE '*Seadrill*' AND FullName LIKE '*sdrl-*')
This does not work and it seems to ignore the second parentheses filter.
Also when doing
Alias LIKE '*Satcom*' as a filter the web interface gives me “Custom SQL filter is incorrectly formated.”
Pål