Hi:
I have simple need; hopefully Alteryx can do it. I an sending my workflow's data to Excel but I need the output to add a blank row when the value in Column A changes. This would be a normal feature of a Pivot Table, but I need the raw output to have the blank rows.
Here is what I'm looking to do.
Thank you!
This is the regular output:
| Make |
| Acura |
| Toyota |
| Toyota |
| Honda |
| Honda |
Sample of what I'm looking for:
| Make |
| Acura |
| |
| Toyota |
| Toyota |
| |
| Honda |
| Honda |