Im trying to remame the columns in the table below with ascending integers. The dates will change week on week, so I need a way to dynamically rename in alteryx, is there a way of doing this with the dynamic rename tool? or another method perhaps?
To be turned into:
Week Start | 1 | 2 | 3 | 4 | 5 |
---|---|---|---|---|---|
Week | 46 | 47 | 47 | 48 | 49 |
Thanks