Alteryx Designer Desktop Discussions

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

Concatenating based on

insomned
Asteroide

I have a list of people with a description of their goals. Since they are also earning points, I need to use a summary tool, and before that would like to concatenate the goals based on the person's first name. 

 

Help would be much appreciated! Thanks!

8 RESPOSTAS 8
bensilv
Alteryx
Alteryx

Hi @insomned, what do you mean by concatenate based on the person's first name? Could you share an example of what you would expect to see?

 

To concatenate in the formula tool, you would just need to use the + sign.

 

E.g. to concatenate "John" in [First Name] and "Smith" in [Last Name], it would simply be [First Name] + [Last Name]

AngelosPachis
Nebulosa

Hi @insomned ,

 

Assuming that your input looks similar to this

 

AngelosPachis_0-1630660978044.png

 

 

You can use a summarize tool to group by the person's name, concatenate their goals and sum the points.

 

AngelosPachis_1-1630661007905.png

 

Hope that's what you're after.

 

Cheers,

Angelos

atcodedog05
22 - Nova
22 - Nova

Hi @insomned 

 

Can you provide some sample input and expected output it will help us get a better understanding of the usecase.

insomned
Asteroide

For example, 

 

Goals Person

X          John

Y          John

Z          Mary

 

I would need to have a column with X, Y for John, and so on.

atcodedog05
22 - Nova
22 - Nova

Hi @insomned 

 

Similar to @AngelosPachis suggested it would be like this.

 

Workflow:

atcodedog05_0-1630661304306.png

 

Hope this helps : )

 

insomned
Asteroide

Super helpful, thanks everyone!

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @insomned 

Cheers and have a nice day!

insomned
Asteroide

Thanks, and have a nice day You too!! 

Rótulos