aaSummaryActionInsert
- Last UpdatedMar 18, 2021
- 1 minute read
Used by the event subsystem to perform a summary operation for the specified tag.
Syntax
aaSummaryActionInsert EventTagName, SumDateTime
where:
|
Argument |
Description |
|---|---|
|
EventTagName |
The name of the event tag with which the summary operation is associated. This value is of data type nvarchar(256), with no default. |
|
SumDateTime |
The timestamp to use when storing the result of the calculation. The timestamp can be either the time when the calculation period starts or ends. This value is of data type datetime2(7), with no default. |
Permission
Execute permission defaults to the aaAdministrators group.