I have list with single line of text with values separated by commas. I want to display those valuse in multiple lines.
Example: Stock (Column)
Google;Microsoft;Apple;
Now I want to display them in separate lines.
Example: Google
Microsoft
Apple
Can any one please provide the solution.