Hey users,
I added a SDConcat field that takes my user's LastName and FirstName and stores them in TITLE. It does it wonderfully however, there are some anomalies I'm trying to remedy. This is how it's storing it.
| <br />::user_name::Last,First::/user_name:: |
Is there a way to fix this so it stores the concat with JUST the Concat? IE ( Last, First )
I don't understand why it's putting the <br/> and the :: or even user_name.
Thanks
-Dave