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.

Product List of customers split by country

peddy
7 - Meteor

Hi,

 

I have the following data

 

CountryCustomer
UKCustomer 1
UKCustomer 2
GermanyCustomer 3
GermanyCustomer 4
GermanyCustomer 5
SpainCustomer 6
SpainCustomer 7
SpainCustomer 8
SpainCustomer 9

 

I would like to display it as:

 

UKGermanySpain
Customer 1Customer 3Customer 6
Customer 2Customer 4Customer 7
 Customer 5Customer 8
  Customer 9

 

Each list needs to be alphabetical order. It also needs to be dynamic, so it there are additional countries it can still work. 

 

I've almost organised it, but I can't get each list to start at from the 1st row. It's more like this:

 

UKGermanySpain
Customer 1  
Customer 2  
 Customer 3 
 Customer 4 
 Customer 5 
  Customer 6
  Customer 7
  Customer 8
  Customer 9

 

Any help would be appreciated.

 

Thanks,

Peddy

 

3 REPLIES 3
peddy
7 - Meteor

Any ideas?

atcodedog05
22 - Nova
22 - Nova

Hi @peddy 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1645623087994.png

 

Hope this helps : )

 

SoccerTil
8 - Asteroid

Multi Row formulas require work, Tile doesn't. So here's another solution that is much the same but with less coding.

SoccerTil_0-1645628262399.png

 

Labels
Top Solution Authors