Question:
In a Query, how can I filter alarms with areas starting with a given text?
Solution:
In order to filter alarms with areas starting with a given text (for example, starting with letter E), you must edit the SQL directly to add the following clause:
WHERE Alarms.Area LIKE ‘E%’