🎉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

Filter multiple example sets with similar filteration

User: "KanikaAg15"
New Altair Community Member
Updated by Jocelyn
Hi, I have multiple example sets coming from different sources. All sources contains a common column named date. I need to put a common filter for all sources but dont have to combine them. Is there a way to use filter operator only once for all sources. Like source1 source2 source 3 passed to filter.. and we get output as output1 output2 output3

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "KanikaAg15"
    New Altair Community Member
    OP
    Updated by KanikaAg15
    @Mo_Abdolrahim  @MarcoBarradas @MartinLiebig
    can you help here somehow

    User: "jwpfau"
    Altair Employee
    Updated by jwpfau
    Hi,

    don't know if this is the most elegant way but you could use Collect, Loop Collection and Multiply with n Select operators afterwards. You can do the filtering inside the Loop Collection operator.

    You can also have a look at the tutorial process of the Select operator to see an example.

    Greetings,
    Jonas
    User: "KanikaAg15"
    New Altair Community Member
    OP
    Thanks for the response but it will again increase number of operators required.