Hello! I am new to Alteryx and would like to get started on this workflow, but I am not sure where to begin. I have data that includes a contact id along with a unique transaction ID referencing each contribution made by that contact. Some contact ID's repeat because they make multiple transactions. In addition, there is a transaction close date for each transaction. What i need done is the following:
- Group contact id's that are the same
- Separate by contact type (Dog, Cat, or Organization)
- Find the average days between transaction close dates for each contact id and thus for each contact type
I have attached sample of data along with the results I would like to receive from the workflow.