CalcType
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each type of summary calculation that can be performed by the Event subsystem.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) CalcType |
CalcTypes(char(3)) NOT NULL |
The type of calculation to be performed: SUM, MAX, MIN, or AVG. |
|
Description |
nvarchar(50) NULL |
The description of the calculation. |