Alteryx Designer Desktop Discussions

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

Finding an ID and also counting it

dlopez
8 - Asteroid

Hi I'm trying to create two fields: 

1. Trying to find an ID from first column in second column in my table, although not all ID's will be in the second column 

2. If that ID is in that second column, then I'd like to return the count of times it shows up

 

Example is below

 

 

ID Parent IDDoes the ID exist in Parent ID? If so, how many? 

12345

23456False 
2345647851True3
3456723456False 
4567845874False 
6485923456False 
1648945874False 
4785145874True2
1567847851True1
4587415678True3

 

 

Any help would be greatly appreciated. 

 

Cheers

2 REPLIES 2
kelsey_kincaid
12 - Quasar

Hi @dlopez ,

A summarize & find/replace tool should get you what you need. I included an example below and attached. Let me know if you have any questions!

 

kayers_0-1590528353453.png

 

dlopez
8 - Asteroid

Hi @kayers

 

Thanks for the solution, it's working perfectly!

Labels