Joined: 24 Jun 2011
Location: United States
Online Status: Offline
Posts: 1
Topic: Concatenating SQL Varchar field Posted: 24 Jun 2011 at 5:55am
I have a report that has multiple tables joined together. One of the tables is a child table that can contain multiple lines to the one line parent table. I want to continue to keep one line on the report but concatenate one field from the child table.
I was trying to do this with a formula field with something like this: Trim(tableC.feild1)
+ ‘ ‘ + trim(tableC.field1)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum