We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Tool To Use to Only Get Certain Combinations of Data

latimo1
8 - Asteroid

I have a dataset:

NameStatus__cCount
OS-00914089Cancelled1
OS-00914089Completely Shipped2
OS-00914089Not Yet Shipped8
OS-00914097Cancelled1
OS-00914097Completely Shipped7
OS-00914097Not Yet Shipped4
OS-00914097Partially Shipped1

 

I need to find the Names (Order) that only have Completely Shipped and Cancelled as Statuses.

The above records do not meet that criteria but this one does:

 

OS-00915057Cancelled
OS-00915057Completely Shipped

 

I figured a Formula Tool but am stumped in creating the formula.

 

Any ideas? Many thanks! John!

2 REPLIES 2
cjaneczko
13 - Pulsar

In your final output do you only one to see the one Name or do you want to see the Cancelled and Shipped status as well? The Below will give you just the name. If you wanted the Name with the Status, you can remove the Unique tool.

 

image.png

latimo1
8 - Asteroid

Works perfectly! Thank you so much!

Labels
Top Solution Authors