Alteryx Designer Desktop Discussions

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

Output report name with specific date format

Kinetic_analytics
11 - Bolide

Hello Great people:

I want output report save in specific date format(Report_"+DateTimeFormat(DateTimeToday(),'%y%m%d')+".xlsx|||Summary") and file name in the drive. How can I achieve that? I have used this way

 

Kinetic_analytics_1-1659108553751.png

Appreciate your help.

 

3 REPLIES 3
DataNath
17 - Castor

Hey @Kinetic_analytics, when you build the name in your Formula tool, just add the drive location as well as part of it, like so:

 

DataNath_0-1659109074482.png

 

Then, in your Output Data tool, select any location/filename you like (doesn't matter as it'll all be replaced by the field you made), and then configure the options in the bottom left in the same way as below - Alteryx will then replace the save location and the file/sheet name etc with what you have constructed in the Formula tool:

 

DataNath_1-1659109146912.png

 

Output:

 

DataNath_2-1659109175600.png

messi007
15 - Aurora
15 - Aurora

@Kinetic_analytics,

 

Please see below :

In the output tool you can select take file name from field :

 

messi007_0-1659109038053.png

 

Attached the workflow,

Regards,

 

Kinetic_analytics
11 - Bolide

Cool! you are awesome! Thanks for helping me on my learning process. :)

Labels