Hi!
I have this:
Is there any way of making the values independent of its capitalization? For example, that I write "Connected" or "CONNECTED" without the need of adding more values to the map.
Thanks in advance!
Hi!
I have this:
Is there any way of making the values independent of its capitalization? For example, that I write "Connected" or "CONNECTED" without the need of adding more values to the map.
Thanks in advance!
I ended up doing an expression and using lower(string)
with a map transform.