configure sumarize tool to concatenate all values from a field
Hello!
You can summarize on a field (with or without a group by on another field) to concatenate on the contents. You can find the concatenate option at Add->String->Concatenate
You might have to use a formula tool and replace all the commas with spaces or remove them if you want. Here is a sample work flow that concatenates a field and then removes the commas after concatenation. (Also attached the yxmd file). I have used RegExReplace in the formula tool to remove the commas.
Hope that helps!
Rishi
And if your original field isn't a string - convert it first to a string (ie if you want to concatenate numbers)...