We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

I want to create output based on the column name

Sshasnk
8 - Asteroid

I have a dataset, for example below

 

Dataset 1:

 

accountname
12Alex
12Alex
33Alex
43Tom
2Tom

 

So based on the name column I have to create 2 files one where all the Alex is data is and another for Tom,

Output Alex.xlsx and Tom.xlsx

 

Note: The catch is there could be n number of names So I cant just put 2 output tool I have to group by and somehow create it

1 REPLY 1
binuacs
21 - Polaris

@Sshasnk One way of doing this

binuacs_0-1676889401958.png

 

Labels
Top Solution Authors