Hello,
I wanted to perform a interpolated values on a given tag.. but the problem is.. i don't want it to create a value that doesn't exist in a given timestep. Example:
Timestamp | Recorded Values | Interpolated Values
2010-Dec-01 00:00:00 | 10.0 | 10.0
2010-Dec-01 00:10:00 | 17.0 | 17.0
2010-Dec-01 00:20:00 | x | 17.0 x
2010-Dec-01 00:30:00 | 12.5 | 12.5
Is there a way to not create that value at 2010-Dec-01 00:20:00?
Thanks in advance
