I have adjusted the filter so that it triggers when the percent full goes above 80%, but I can execute the filter(greyed out) and if I Submit it to test, I get this error: "SQL-ERR dbFetchAll no result, statement was 'SELECT E.Id,E.MonitorId,M.Name AS MonitorName,M.DefaultScale,E.Name,E.Width,E.Height,E.Cause,E.Notes,E.StartTime,E.Length,E.Frames,E.AlarmFrames,E.TotScore,E.AvgScore,E.MaxScore,E.Archived FROM Monitors AS M INNER JOIN Events AS E on (M.Id = E.MonitorId) WHERE 1 and ( E.Archived = '0' and 100 >= '80' ) ORDER BY E.Id asc limit 0, 250'"
Does anyone know what this means(other than the obvious that there is a problem!
