Hi
I'm trying to do a very simple comparison but couldn't think of an efficient tool to do it.
As an example, if [Items] = WEATHER01, [value] <= 25, then [Conditions agree] = yes.
Below is sample output expected.
| Items | Value | Conditions agree? |
| WEATHER01 | 20 | Yes |
Thank you in advance