Hello,
I am new to Alteryx, trying to figure things out. I have created a new column in "formula" tab and I need this new column to be moved in between two other columns. For example:
Before:
| Date | Account | Amount | Source | NEW COLUMN |
| 8/30/2018 | 0000 | 500.00 | Check | XXXXX |
| 8/29/2018 | 5111 | 1000.00 | Credit Card | XXXXX |
After:
| Date | Account | Amount | NEW COLUMN | Source |
| 8/30/2018 | 0000 | 500.00 | XXXXX | Check |
| 8/29/2018 | 5111 | 1000.00 | XXXXX | Credit Card |
Thank you!
Wayne
Solved! Go to Solution.
Hi,
If you add a Select tool, you can easily click on your field and use the up/down buttons to move it around in your field order!
Thank you!
