Shifts the data the specified number of intervals to the left.
shiftleft(TimeSeries, Period)
Parameter | Description |
---|---|
TimeSeries | A node with time series data. |
Period | The number of data intervals to shift the data. |
shiftleft(@FlowRateSensor, 1): If the interval is set to daily, this expression will shift the data 1 day to the left. This allows for an easy comparison with the next day's data.