Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

**Aggregate order rows by a criterion

ekaterinagalin88
5 - Atom

Dear Community,

 

Please help me solve the following issue:

 

For each order I have several rows. I need to separate those orders where at least one of the values for 'promo' column is 'Christmas', keeping all the rows that belong to that oder. (Please see the screenshot attached)

 

Thank you!

 

Screenshot 2021-02-15 at 21.30.06.png

1 REPLY 1
AngelosPachis
16 - Nebula

Hi @ekaterinagalin88 ,

 

One way to do that would be to use a filter tool to get all columns that contain christmas, and then use a join tool to join on the order number. Orders with christmas should fall out of the J output anchor

 

AngelosPachis_0-1613422526452.png

 

Hope that helps,

 

Angelos

Labels
Top Solution Authors