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
17 - Castor
17 - Castor

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