🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[Solved] Filter with expression

javemarUser: "javemar"
New Altair Community Member
Updated by Jocelyn
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?

Find more posts tagged with

Sort by:
1 - 2 of 21
    Hi,

    Filter Examples does not support mixing of AND and OR conditions. We are planning a major rework or replacement of this operator, until then, you could achieve the AND operator by simply removing it from the condition, and use a second Filter Examples operator with the last part of your condition.


    Best, Marius
    javemarUser: "javemar"
    New Altair Community Member
    OP


    I really appreciate all your support. I did what you said and this worked for me.

    Thank Marius.