Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Dynamic Renaming For Header Renaming

Alteryxexpert
8 - Asteroid

Hi I have a data column like below, Which has the header like 2024-07-22 and this header will change daily. I want to rename the column to (Sales ($m) July 22, 2024). How to do this using Alteryx Dynamic renaming?

 

Current column

Current Column nameExpected Output
2024-07-22Sales ($m) July 22, 2024

 

 

3 REPLIES 3
flying008
15 - Aurora

Hi, @Alteryxexpert 

 

FYI.

录制_2024_07_22_14_39_53_46.gif

dkungu
8 - Asteroid

Hi @Alteryxexpert 

 

You can use dynamic rename for this.rename dateheader.png

Alteryxexpert
8 - Asteroid

I don't want to use Date time now function, I want just to rename 2024-07-22 to Sales ($m) July 22,2024

Labels
Top Solution Authors