Alteryx Designer Desktop Discussions

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

Grouping of data based on String columns

Tej_Singh
Asteroide

Need to group the below data in the following format based on Key. Within each key group number starts from 1 and then keep increasing.

 

Input:

KEYVALUE
ABC10110
ABC1013
XYZ2014
XYZ20199
ABC30112
ABC10131
ABC3011
XYZ2010

 

OUTPUT (ignore bold formatting as it is only for understanding purpose)

KEYVALUEGROUP
ABC101101
ABC10132
XYZ20141
XYZ201992
ABC301121
ABC101313
ABC30112
XYZ20103

 

How can I achieve this in Alteryx? Will tiles tool work as it take number column for tiling? My grouping is based on string column.

5 RESPOSTAS 5
atcodedog05
22 - Nova
22 - Nova

Hi @Tej_Singh 

 

You can do this with help of Tile tool unique value config.

 

Workflow:

atcodedog05_0-1633072215638.png

 

Hope this helps : )

messi007
15 - Aurora
15 - Aurora

@Tej_Singh,

 

Tile tool will do the job for you:

 

messi007_0-1633072415727.png

 

Attached the workflow,

Regards

Tej_Singh
Asteroide

Thank you @atcodedog05 for such a quick solution. I guess the right option to choose with Tile tool was Unique Value. unfortunately I was playing with all other options except this. Glad I posted here. thanks once again! 🙂 🙂

Tej_Singh
Asteroide

Thanks @messi007  your solution is also same as above. Thank you it works. 🙂

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Tej_Singh 

Cheers and have a nice day!

Rótulos