thanks a lot; this is exactly what I want to;
in addition, shall I modify “backend_02” and “backend_01” by adding variables; for examples, I define two “Text box”/“Custom” variables: “text_box_1” and “text_box_2” like below:
I have two graphs:
one for a OUT temp and one for IN temp (from fluxDB and a csv file)
but using the (
Tranformation data:
Add Field form Calculation
Mode Binary operation and selecting the two series,
)
I don’see the new (the result of the difference operation) one.
MAYBE the datas must be “formatted” with exactly same time
(one of the series has fewer samples)?
Hope this is not OT.
Thank you.
Yes, in general, if you want to do a math operation on two series, they should have identical timestamps. If that is not the case or is not possible, in Flux you can use the data.truncate() function.