Alteryx Designer Desktop Discussions

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

Output Data must specify a sheet name

CSakha
5 - Atom

Hello Everyone, I am trying to have the output file named Dec 12_BWW Sales Report, but for some reason I keep getting that you must specify a sheet name error message. I have attached my workflow and any help would be greatly appreciated.

 

I have looked at all the other solutions regarding this issue and non seemed to solve my problem.

 

Thanks in advance,

 

Cyrus

9 REPLIES 9
MarqueeCrew
20 - Arcturus
20 - Arcturus

you have this:

 

C:\Users\csakha\Documents\SandBox\'Test.xlsx|||Sheet1'

but need this:

 

C:\Users\csakha\Documents\SandBox\Test.xlsx|||Sheet1

Cheers,

 

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
CSakha
5 - Atom

Hi Mark,

 

Thank you for your prompt response. I have tried without the '  ' and it still give me the same error message.

 

Regards,

 

Cyrus

danilang
19 - Altair
19 - Altair

Hi @CSakha

 

Your output is set to change the entire file path using the period column.  

 

Output.png

 

Your Period field currently doesn't include the sheet name

 

Formula.png 

 

Add the sheet name to end of the string 

 

IF     [Month]='01' THEN 'Dec P12_BWW Sales Report|||Sheet1'

If you need the period field to display in the data, create a new filename field with the sheet name and use this new field as the source for output filename

 

Dan

 

CSakha
5 - Atom

Thank you so much @danilang.

 

It worked perfectly!!!

 

Regards,

 

Cyrus

arce88
6 - Meteoroid

By end of string do you mean replacing "Dec P12_BWW Sales report" with 

'Dec P12_BWW Sales Report|||Sheet1'
?

 

ericiver
5 - Atom

Hi!

 

I tried to follow the steps and it's working also, but why is it saving in my drive C though I specified to save the file in our shared folder (Network folder).

 

Hope you can shed some light on this.

 

Thank you.

DataAnalyst1
5 - Atom

The output node has been set to replace the file path with the file path in the workflow column. Therefore you need to make sure the Pile-path in the workflow column is the shared drive File-path. Does that make sense ? 

 

What is in the Output node is going to be replaced and is somewhat redundant. 

Monica_Gaffney
5 - Atom

i'M SO GLAD YOU ASKED THIS!!!

jainna19121990
6 - Meteoroid

Hi!

Can you please explain through workflow example? 

I am still not able to resolve this. I have added another called Filename and added Date and sheetname like 

"Sheet1" + " " + [Date]

Now the error is that its invalid sheetname.

Labels