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

How to Separate Employees with Single vs. Multiple PPNs

Navyasree123
8 - Asteroid

Hey all,

I’m working on an Alteryx workflow where I need to categorize employee records based on the number of PPNs they have,

 

  • If an employee has only one PPN, their entry should be categorized as "single Entries".
  • If an employee has multiple PPNs, their entry should go to "Multi Entries".
  • I need to implement this logic efficiently in Alteryx.

I have attched the expected outputs in the below

Thank you

 

4 REPLIES 4
binuacs
21 - Polaris

@Navyasree123 your single.xlsx does not matching with the one I created, I am attaching the workflow based on my understanding, let me know if i am missing something

image.png

Navyasree123
8 - Asteroid

@binuacsThanks for your solution! I followed the same approach. Do you think there's a more efficient way to handle this

ntakeda
12 - Quasar

@Navyasree123 

With the Only Unique tool, you can achieve this with only one tool.

2025-02-10_17h23_47.png

 

PangHC
13 - Pulsar

@binuacs i think it more to count distinct of PPN instead. 
because Employee have same PPN but code different.

Labels
Top Solution Authors