Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Can I output data, into excel different tab with variable value?

Shaopingfu
7 - Meteor

If I have a worksheet like below, and I want to output data into multi tabs,with the fixed code column and the variable value column, and named the tab with the header of variable columns.  How can i setup the output?  

 

CodeValue1Value2Value3
A1111223843
B2224453948
F33323489
E44454654454
K555566687
L6668671434
C77753566
Total31086204110421

 

 

Tab- Value1

CodeValue1
A111
B222
F333
E444
K555
L666
C777
Total3108

 

Tab - Value2

CodeValue2
A122
B445
F234
E54654
K5666
L867
C53
Total62041

 

Tab- Value3

CodeValue3
A3843
B3948
F89
E454
K87
L1434
C566
Total10421
1 REPLY 1
Qiu
21 - Polaris
21 - Polaris

@Shaopingfu 
We can use Batch macro and use the Tab name as control parameters.
0822-Shaopingfu.PNG0822-Shaopingfu1.PNG

Labels
Top Solution Authors