what i want is to do some calculations among different tags across the same field and timestamps. But finally i got this error, could anybody helps? Thanks!
error @10:45-10:46: expected float but found {A with _time: B} (record) error @10:32-10:46: invalid binary operator <INVALID_OP> error @10:32-10:55: invalid binary operator <INVALID_OP>
I recreated some test data using the same field names and tag names as yours, and I also got an error. The problem seems to be with the use of a tag name that gets confused to be an integer (maybe I am wrong about that, but it’s the only thing that seemed to cause the issues). So instead of using the tag names “20230130” and “20230222”, I used “Expiry20230130” and “Expiry20230222”.