Hello Alteryx Community
Can someone please help me to create a workflow where I can use Line Break option inside a cell on specified columns. I tried using Text to column tool selecting row in option which do separates the words in lines but creates multiple entries. I have attached my sample input and desired output.
Thank you.
Solved! Go to Solution.
Hi @binuacs
Thanks for showing me multiple ways of getting my desired output. The solutions worked for me after making a minor change in the expression. The Expression I used is "Trim(Replace([_CurrentField_], ', ', CharFromInt(10)))".
Hi @messi007 and @binuacs. Thanks for your help and provided solutions. It worked for me.