chrisdoesstuff
Technical User
Crystal X, SQL 2008
I have an app that sends data to the db as a pipe delimited varchar so when I query the db I get
Jane Doe|John Doe|Mike Smith
In crystal it displays as JaneDoeJohnDoeMikeSmith
Is there a way I can make it Jane Doe John Doe Mike Smith or the more preferable Jane Doe, John Doe, Mike Smith?
Thanks in advance for your help.
I have an app that sends data to the db as a pipe delimited varchar so when I query the db I get
Jane Doe|John Doe|Mike Smith
In crystal it displays as JaneDoeJohnDoeMikeSmith
Is there a way I can make it Jane Doe John Doe Mike Smith or the more preferable Jane Doe, John Doe, Mike Smith?
Thanks in advance for your help.