Shift Right Function

Shifts the data the specified number of intervals to the right.

Syntax

shiftright(TimeSeries, Period)

Parameter Description
TimeSeries A node with time series data.
Period The number of data intervals to shift the data.

Example expression

shiftright(@FlowRateSensor, 1): If the interval is set to daily, this expression will shift the data 1 day to the right. This allows for an easy comparison with the previous day's data.

Example chart