How to add a space between two text fields in calculated text i.e {First Name}&{Last Name}. There is no space between them? Scott Carpenter October 11, 2022 16:13 Updated Anonymous shared this idea · Feb 12, 2015 Related articles Complete List of Functions Comments 2 comments Sort by Date Votes Tiffanie Staver October 26, 2022 20:16 Derrick Kotlus commented · February 13, 2015 11:49 AM Great question! Just as you concatenated the two fields together with an ampersand, you can also concatenate any sting of text (including spaces). For example: {First Name} & " " & {Last Name} Hope this helps! Derrick 0 Tiffanie Staver October 26, 2022 20:16 John McGarvey commented · February 13, 2015 3:44 PM I usually use a different format - they both do the same thing: concatenate({Field 1}," ", {Field 2}) 0 Please sign in to leave a comment.
Comments
2 comments
Great question! Just as you concatenated the two fields together with an ampersand, you can also concatenate any sting of text (including spaces). For example:
{First Name} & " " & {Last Name}
Hope this helps!
Derrick
I usually use a different format - they both do the same thing:
concatenate({Field 1}," ", {Field 2})
Please sign in to leave a comment.