Hello,
So i'm new to Alteryx, so I hope I'm creating an apporpriate subject.... I am connected to a sql database. For each customer, we have service teams. Service teams can either be sales person or rep person. There must be atleast 1 of each, but could be 2 or more but the number on the customer is unknown. 95% of the data only has 1 sales or rep, but I have to count for the others
Data Looks like the: (the 2 tables have a UID)
T_Customer
Customer Name Customer #
Michael Jackson 12345
T_People
Employee Type Primary
Steve Sales Y
Jane Sales N
Amy Rep Y
Michelle Rep N
Suz Rep N
I think I need data like this:
Customer Name Customer # Primary Sales Primary Rep Second Sales Second Rep Third Rep
Michael Jackson 12345 Steve Amy Jane Michelle Suz
But again, not sure how many there are.....
I will also have revenue transactions by customer. My problem with the row format is I got the revenue for each person. Any help appreciated