sp610_rpt_priority_grouping
This table provides a list of priority groups which are used in the Analytics reporting module to specify priority groups to report against. Not check are performed for overlapping ranges.
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
id | number(38) | Â | |
start_priority_range | number(38) | Â | |
end_priority_range | number(38) | Â |
Keys
primary key (id)
Column Descriptions
Field | Description |
---|---|
id | Identifier for this priority group. Groups are display in ascending id order. |
start_priority_range | The starting priority (inclusive) for this group. |
end_priority_range | The ending priority (inclusive) for this group. |