Skip to main content

How to add a space between two text fields in calculated text i.e {First Name}&{Last Name}. There is no space between them?

Comments

2 comments

  • Tiffanie Staver
    Derrick Kotlus commented  ·  

    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
    John McGarvey commented  ·  

    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.

Powered by Zendesk