See Working with Database items for details on how to open, edit, save or delete alert definition lists.
Alert definition lists behave differently to other database items:
) in the top right corner of the alert definition list and select
Yes when prompted to confirm the saving, or click Save (
) in the
File toolbar.
Alert definition lists can be imported from CSV files into InfoWorks ICM and exported as CSV for viewing or editing in other applications. See Importing and Exporting Alert Definition Lists for more information.
It is highly recommended to fill the grid from left to right.
It is important to note that the number of auto-populated columns depends on the context in which the alert definition list has been opened:
Filling in an alert definition (row) left-to-right is highly recommended as proceeding in this order will auto-populate, grey out or make uneditable the remaining columns as appropriate, and helps the user to create valid alert definitions.
Although these columns are auto-populated, the desired value can still be manually typed into a cell. Validating the alert definition list will highlight any errors.
Alert definition list from the context menu.
The New Name - Alert Definition List dialog is displayed.
The new alert definition list appears in the database tree.
The alert definition list grid is opened, ready for editing. The title bar of an alert definition list changes when an alert definition list is associated with a network or simulation. The alert definition list name is on the left, followed by the network or simulation name. The read-only state is displayed for the alert definition list.
(Validate) on the
Validation toolbar.
InfoWorks ICM displays the Output Window, in which it will list any error, warning or information messages (see Alert Definition List Validation Messages).
The SPATIAL keyword can also be used in an alert definition lists. For example, if you wanted to set an alert when more than 3 radar cells in a polygon exceed an intensity of 11 mm/hr, then you should ensure that the following are entered on the alert definition list:
| Field | Input |
|---|---|
| Alert definition ID | The name for this alert definition |
| Priority | The priority assigned to this alert definition |
| Category | A description of the alert |
| Target type A | Polygon |
| Target A | The name of the polygon for which you want to set an alert on. In this example the polygon is called POLY1 |
| Target field A | SQL |
| Target SQL Prefix A |
SPATIAL NONE; SET $POLY1=0; SPATIAL Contains Rainfall [Spatial Rain Layer]; SET $POLY1=$PLOY1+IIF(spatial.intensity>11,1,0); |
| Target SQL Body A | $POLY1>3 |