I am totally new to Alteryx, and I haven't even gone through our company's Alteryx training yet. I apologize if this is an easy one.
I have a spreadsheet with a list of employees, their titles, if that title is an HR related title, and the company they are employed by.
Here's what I have
| Company | EMPL_ID | EE has HR Related Title? |
| ABC | 1 | Y |
| ABC | 2 | N |
| DEF | 3 | N |
| DEF | 4 | N |
| | | |
I need to output a list that shows whether or not that company has an employee with an HR Related title
What I want
| Company | Company has HR Related title? |
| ABC | Y |
| DEF | N |
I don't think I need the exact steps with all the details, but I really need to know the overall process and what tools to use to achieve that result.
Thanks,