This content has been marked as final.
Show 2 replies
-
1. Re: Seperating components of a combined field by a linebreak
Cathy Bridges Oct 17, 2017 4:38 PM (in response to Andrej Schmelzer)What you could do is create a 3rd field "RTN" which is just char(10), then combine all three. You probably will have to edit the combined field to get them in the correct order. Also, you can replace the comma delimiter, but you can't delete it. So a workaround might be to create yet another calculated field for you first dimension that just adds a space in front. Then you can change the combined field delimiter to a space and things will line up:
DEFAULT:
Apples
Oranges
With added space:
Apples
Oranges
-
2. Re: Seperating components of a combined field by a linebreak
Cathy Bridges Oct 17, 2017 4:40 PM (in response to Cathy Bridges)