Hello!
I searched some but couldn't find out how to add a pivot/summary to the right of my data.
My question is sort of two-pronged:
- Creating a functioning Excel pivot table using Alteryx
- Adding it to the right of data output
I've got a workflow (attached) that outputs data into separate Excel tabs based on the column 'Project Name'. I would also like to add an Excel pivot table to the right of the data on each tab that can be refreshed after I add more data. If that's not possible, I would settle for simply having the summary grouped by each 'Account Group' to the right of the data, separated by one empty column.
An example of what I would like as output can be found below:
| Project Name | Account Group | Month | Total Costs | [blank column] | Account Group | Total |
| Project1 | Air/Rail | Mar | 100 | | Accomodations | 1000 |
| Project1 | Auto/Local | Apr | 50 | | Air/Rail | 400.05 |
| Project1 | Air/Rail | Apr | 200.05 | | Auto/Local | 100 |
| Project1 | Accomodations | Apr | 1000 | | | |
| Project1 | Auto/Local | Apr | 50 | | | |
| Project1 | Air/Rail | Apr | 200 | | | |