Skip to content

Last Value Above Threshold#

This script returns the last datapoint with a value above a given threshold. It can accept multiple data sources.

Total this period

Configuration#

This script accepts the following configuration parameters:

-- The threshold above which the last value is returned
local threshold = 0

Install via deeplink

Read the full script

Author: SamAmco