I am new to Alteryx and I have a question that may be simple.
I have a dataset that contains Salesperson ID in column A, Count of Sales in Column B, and dollar amount of sale in column C.
Column B will always be 1 (one row per sale) and each salesperson will have multiple rows
I want to summarize the dataset so that each salesperson has one row and column B will be the count of sales for each unique salesperson. And column C will be the total dollar amount of all their sales.
I have looked into the summary tool but I don’t think that is the way to go because I don’t know how to limit the count to each unique (distinct) ID.
Thanks for your help.