Create an alarm filter

Filter the alarms to display only certain alarms at runtime. Create a text box to filter the displayed alarms.
Prerequisites
  1. To create an alarm filter
  2. Place a
    Text box
    on the editor.
  3. In
    Project view
    , expand
    AlarmGrid (type)
    and select the
    AlarmsDataGrid
    object.
  4. In
    Properties
    , in
    Query
    , select
    Add Dynamic Link
    .
  5. In , expand
    AlarmGrid(type)
    and select
    Query
    .
  6. Click
    Select
    .
  7. In
    Properties
    , in
    Query
    type the query.
    TIP: Type a variable right into the query such as
    SELECT * FROM Table1 WHERE Column1 > 5
    , where
    5
    is the variable. Enter a placeholder for the variable such as
    SELECT * FROM Table1 WHERE Column1 > {0}
    , where
    {0}
    is the variable. For example, in a system consisting of several machines, to filter the alarms by
    MachineID
    , the query to display the alarms for MachineID = 001 could be
    SELECT * FROM Model WHERE MachineID=001
    .
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.