TOTALS
- Last UpdatedAug 17, 2022
- 1 minute read
The TOTALS() function produces a stream of results calculating the statistical total for a stream.
When using TOTALS() in a query, if no resolution is specified then the query returns an error.
Syntax
|
Format |
Stream = TOTALS( Stream, TimeInterval ) |
|
Arguments |
Stream - A time-ordered vector of values TimeInterval - The time interval over which value totals are calculated |
|
Description |
Calculates the statistical total for a stream over the specified time interval. The start/end times are rounded to the start/end times of the interval. |