The Summer Cup has officially kicked off! Get ready to learn, connect, and compete! Complete Community engagement tasks to earn points and unlock exclusive Summer Cup badges for your profile. Learn more here!

Alteryx Designer Desktop Discussions

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

Different tabs & Different Sheets

deepakshaw1991
7 - Meteor

I have a data which looks like

 

deepakshaw1991_0-1636319672717.png

 

I need that separate excel sheet  will create for each country and the file name should be the country name.

Then for each countries file female data will goes to tab Female and a separate tab for each point.

 

Please note that number of points may increase let say, USA can contain 2,3,4,5,6 and hence number of tabs will also increase or decrease accordingly.

deepakshaw1991_1-1636320116132.pngdeepakshaw1991_2-1636320135282.png

deepakshaw1991_3-1636320153187.png

 

Please help me to solve this.

 

Thanks in advance.

 

 

 

2 REPLIES 2
PangHC
13 - Pulsar

use formula tool + output tool

 

output tool - in the bottom that take file name from by field value. pick the change entire file path. pick the field create by formula below.

Pang_Hee_Choy_0-1636334688043.png

 

 

formula tool - create a path with this format [folder]\[filename].xlsx|||[sheet name]

i.e  c:\download\USA\.xlsx|||Female

 

example formula : "C:download\" + [Country] + ".xlsx|||" + [Gender]

deepakshaw1991
7 - Meteor

I need another help as below:-

 

deepakshaw1991_0-1660939696820.png

 

deepakshaw1991_1-1660939714675.png

 

I need to solve this urgently. Please help me

Labels
Top Solution Authors