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.
SOLVED

output tool- both change table name and file path

Jocelynupup
7 - Meteor

Hi,

 

I want to use name the file based on "FileName" and change table name based on "SheetName" for the reporting. My problem is in output tool, I am not able to choose two functions at the same time in configuration. I was wondering how to solve this problem. Please help.

 

Thanks,

Jocelyn

1 REPLY 1
alexnajm
18 - Pollux
18 - Pollux

Could you use a Formula to replace "Sheet1" with the [Sheet Name]? Something like:

Replace([FileName], "Sheet1", [SheetName])

 

That way you can just use the [FileName] column!

Labels
Top Solution Authors