Start Free Trial

Alteryx Designer Desktop Discussions

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

Data Resolution

Polite123
8 - Asteroid

Hello guys,

 

Please suggest me for the below issue

I have an Excel file named DataSet which has 5 different sheets.

I want to add an extra 6th sheet in that excel file generated through Render tool.

I am unable to add it with other five and also unable to rename the 6th sheet.

 

Thanks in advance:)

6 REPLIES 6
Emil_Kos
17 - Castor
17 - Castor
mceleavey
17 - Castor
17 - Castor

Hi @Polite123 ,

 

You need to use a formula to create the output filepath which addsd "|||<Sheet name>" to the end of the filename. This will allow you to output to the named sheet and create a new tab within it.

 

M.



Bulien

Polite123
8 - Asteroid

Thanks a lot @Emil_Kos and @mceleavey

I am now able to add sheet name but unable to merge them with other sheets of the same file.

Please suggest.

atcodedog05
22 - Nova
22 - Nova

Hi @Polite123 

 

Render tool supports only replace functionality it doesnt support append functionality.

 

A workaround would be read the previous files sheets and use union to add new data and write it through render. By this you would have merged old and new data of a sheet.

 

Hope this helps 🙂

Polite123
8 - Asteroid

It didn't work @atcodedog05 😞

atcodedog05
22 - Nova
22 - Nova

@Polite123 

 

Hmm... thats bad

 

But yes render tool works only on replace data not append data.

 

I will let you know if i find anything or any workaround.

Labels
Top Solution Authors