Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to split output to excel based on number of columns?

Rod1274
5 - Atom

this is my scenario...

 

thanks for the help.

 

 
 

2025-04-14_13-59-04.png

3 REPLIES 3
alexnajm
18 - Pollux
18 - Pollux

Looks like a macro will be your best option! The macro can affect a Dynamic Select tool where you can use [FieldNumber] or [Name] as the parameter to filter 1-5, 6-10, 11-15, etc.

 

I am a bit hesitant to try building something because I'm concerned there may be more than meets the eye, so hopefully that gives you some direction!

Qiu
21 - Polaris
21 - Polaris

@Rod1274 

I also tried with a Batch Macro but with Transpose and Cross Tab tools.
I divided the columns in to Groups based on the Number which can be written or added as a Constant.

0416-Rod1274-A.png0416-Rod1274-B.png

Rod1274
5 - Atom

Thanks you !!! Very nice solution.

Labels
Top Solution Authors