Helloo
I'm trying to make a filter with this expression
valor=.*o$ || valor=.*h || valor=x && valor !=.*l.*
If a put only the equal expresion at the end('valor =.*l.* i' instead of 'valor !=.*l.*') I get a aswer. But if I used the not equal i get a error:
What I'm doing wrong?