Selection of values from list

Hi Everyone,
I’m working with sensors that measure the temperature every 15 minutes, I would like to select the temperature values for each sensor at the same time.
I tried to filter the selected tempo with a boolean mask, but it doesn’t work.
How can I get a result?

Hi @akire27,
Since I’m not able to see your full graph, can you please confirm if the data entering the x input on the == node is a string or not?

One of the possible reason could be the difference of the data types being compared in the == node.

Also, can you share the output of the == node so we can know what’s happening there?

3 Likes

Hi @AmolShah,
In fact, the data entering x input on the == node was a DateTime.
Now I changed it to string and it works!
Your help was really useful,
Thank you!

1 Like