Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Filter multiple example sets with similar filteration

KanikaAg15KanikaAg15 Member Posts: 19 Learner II
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

Answers

  • KanikaAg15KanikaAg15 Member Posts: 19 Learner II
    edited May 2023
    @Mo_Abdolrahim  @MarcoBarradas @MartinLiebig
    can you help here somehow

  • jwpfaujwpfau Employee, Member Posts: 303 RM Engineering
    edited May 2023
    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
  • KanikaAg15KanikaAg15 Member Posts: 19 Learner II
    Thanks for the response but it will again increase number of operators required. 
Sign In or Register to comment.