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.
SOLVED

Equivalent to power query function Table.Column in Alteryx

ABCDA
7 - Meteor

Thanks in advance for your help.

 

Looking to create the equivalent to the table column power query function in Alteryx.

 

The input that I have is the following:

AccountCode
111111111ABC
111111111DEF
111111111GHI
222222222111
222222222222
222222222333
999999999XXX
999999999YYY
999999999ZZZ

 

Output:

1 line per account with the codes separated by a ","

AccountCode
111111111ABC,DEF,GHI
222222222111,'222',333
999999999XXX,YYY,ZZZ

 

Any help would be greatly appreciated.

4 REPLIES 4
alexnajm
18 - Pollux
18 - Pollux

This looks like a Summarize tool with a concatenate function!

usmanbashir
11 - Bolide

@ABCDA - please see attached workflow. You'll use summarize tool. Hope this helps!

Krzysiek
8 - Asteroid

Hey

 

You can use Summarize Tool for instance.

The same would do Cross Tab Tool for you.

 

Workflow

Capture.PNG

 

Configuration of Summarize Tool
Capture1.PNG

ABCDA
7 - Meteor

Perfect- thanks!

Labels
Top Solution Authors