Alerts are specified in a displayable object, namely maps, charts and reports.
For SVG Maps, alerts can be specified on all thresholds in the map. You can select ranges that are critical for you. If any of the areas on the map would be in that range, alert will trigger.
If the map doesn't have any thresholds, alerts will not be available for the map.
Example:
You can for example say that ranges <= $90000 and $90000 - $330000 are critical and you will get alert if there are any yellow or light green areas in the map.
For Charts, you can specify alerts on control areas. Similarly to SVG maps, you can choose the ranges that are critical for you. If there are no control ranges, alerts will not be available for the chart.
Example:
You can say that the Reject control area is critical and you will get alert whenever there is at least one data point in this (blue) control area.
Control area ranges are evaluated as left-closed, right-open intervals [start, end). In other words, the alert will trigger if the following condition is true: start <= ActualValue < end.