You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an error is thrown because the range variables don't exist.
Describe the solution you'd like
When v.timeRangeStart and v.timeRangeStop are recognized in the query, they should be replaced by the LinkedSegment's StartTime and EndTime properties.
The text was updated successfully, but these errors were encountered:
When using the Time Series Data SMT together with InfluxDB (LinkedSegment) with the following query
an error is thrown because the range variables don't exist.
Describe the solution you'd like
When
v.timeRangeStart
andv.timeRangeStop
are recognized in the query, they should be replaced by the LinkedSegment'sStartTime
andEndTime
properties.The text was updated successfully, but these errors were encountered: