Fallback for missing values when calculating synthetic timeseries
Hi!
If one or more of the source-timeseries are missing data-points they will also be missing in the synthetic timeseries output..
We would like an option to default to zero for missing values so that the API will use the available values to calculate a partial result.
Example:
TS1: [1,2,3]
TS2: [3, undefined, 4]
Output now if calculating a sum of TS1 + TS2:
[4, undefined, 7]
What we would like:
[4, 2, 7]
Check the
documentation
Ask the
Community
Take a look
at
Academy
Cognite
Status
Page
Contact
Cognite Support
