Hi All,
I was wondering if adding a month header for only the numeric fields is possible in Alteryx.
My data is currently in this shape:
| Category | Sub Category | Month | Sales | Profit | Discount |
| | | | | | |
| ABC | E | Dec | 1 | 2 | 3 |
| | F | Dec | 2 | 3 | 3 |
| | G | Dec | 2 | 4 | 3 |
| DEF | H | Dec | 3 | 5 | 3 |
| | I | Dec | 2 | 5 | 3 |
| | J | Dec | 4 | 6 | 3 |
And the output format required is :
Dec
Category Sub Category Sales Profit Discount
Thanks,
Rahul