Hi everyone, I'm trying to take some old SPSS code and turn it into an alteryx workflow but I needed some help on how to deal with the percentages.
Im using the formula tool to create these percentages, I'm just not sure how I can use them correctly in the summarize tool.
My data looks something like this
| Customer Number | Market Share | Quote Rate | Other Rate |
| 12345 | 1 | 1 | 1 |
| 12345 | 1 | 0 | 1 |
98765 | 0 | 1 | 0 |
98765 | 1 | 1 | 1 |
54321 | 1 | 0 | 0 |
Im using the summarize tool to group by customer number but I don't know how I can use it to correctly show the percentages.
Im still new to this so it might be an easy solution but if anyone can help Id really appreciate the help 🙂