🎉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

ExampleFilter

TillUser: "Till"
New Altair Community Member
Updated by Jocelyn
Hi there,
I want to link several conditions concerning two different attributes in the exampleFilter.
Example:
filter out the examples where A > 5 AND B = 'string1' OR B = 'string2'

The problem is that I can't use the exampleFilter successively, because in the case B = 'string2' A is zero.

Does anybody have an idea about how to handle this?

Thanks!

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "land"
    New Altair Community Member
    HI,
    you could realise the or connection by using an IOMultiplier to duplicate your exampleSet. Then filter successivly the and conditions and switch with IOSelector to the second exampleSet. Filter there B = String2 and then merge both exampleSet with ExampleSetMerge.

    Wasn't that easy?  :)

    Greetings,
      Sebastian
    TillUser: "Till"
    New Altair Community Member
    OP
    Thanks Sebastian!