This table contains kpi_target parameters (e.g. six sigma control limits) for each kpi_type.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| kpi_id | integer | not null | Foreign key to KPI type |
| lower_warn | float | with null | Lower warning limit value for this KPI type |
| upper_warn | float | with null | Upper warning limit value for this KPI type |
| lower_alarm | float | with null | Lower alarm limit value for this KPI type |
| upper_alarm | float | with null | Upper alarm limit value for this KPI type |
| duration | float | with null | Duration over which to average data against these limits |
Product Name: BPM
Table Type: Table