Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

You must specify a sheet name Output excel multiple sheets

OscarCuevas
6 - Meteoroid

Hi everyone, I need your support, help me!

 

I tried to run my workflow in the tool Output, I want that the workflow give me the final file in differents sheets, but show me an error

 

"You must specify a sheet name"

 

This is my workflow

 

OscarCuevas_0-1571954320841.png

This is the Output-Configuration

OscarCuevas_1-1571954400290.png

 

And this is the error

OscarCuevas_2-1571954472247.png

 

Can you help me? please

3 REPLIES 3
Thableaus
17 - Castor
17 - Castor

Hi @OscarCuevas 

 

You might need to add a Formula tool and create the full path of the File, changing only the Sheet Name (with your Blank Field).

 

FIle1.PNG


Then you'd use "Change Entire File Path" option, instead of this one you're using now.

 

File2.PNG

 

Cheers,

Dynamomo
11 - Bolide

@OscarCuevas I believe that the problem is that you have a blank or null record in the Bank field and so there is no sheet name created.  I was able to replicate your issue when I had a null value in the field I was trying to output for sheetnames.

OscarCuevas
6 - Meteoroid

Hi Dynamomo

 

You right, in the column I had various empty records, I fix it putting a Filter Tool that separeted the empty records in order to continue working and let me run my workflow, and yeah! it give me the diferents sheets whit his respective names. thanks

 

OscarCuevas_0-1571960340420.png

Labels