Hi,
I have a table which has identical data in some fields for a bunch of records. I am currently grouping on these fields, but these fields are repeated for each record.
In Excel, when I create a Pivot Table using the following data:
| Name | Dept | Product | Price |
| John | Sales | A | 500 |
| John | Sales | B | 750 |
| John | Sales | C | 1000 |
| John | Sales | D | 1250 |
| John | Sales | E | 1500 |
| John | Sales | F | 1750 |
| Matt | Sales | A | 500 |
| Matt | Sales | G | 2000 |
I can make it look like this using a Pivot Table:

Is there a way to show such a piece of data in the above form using Alteryx?
Thanks