Array Operations
Description
Although not always the most obvious choice, array operations can be very useful. Use these to perform operations across a series of data from the same source.
Examples of usage:
"Tell me the difference between the highest and lowest values over a 5 min period."
- Read Number -> Buffer Time (5min) -> Array Sort (Ascending) -> Array Delta
"Perform a 15min rolled up average of this data"
- Read Number -> Buffer Time (15min) -> Array Mean
Block Details