0

Text handling

How can I concatenate two string fields, and have them display with a space as separator? I’m trying to display ‘First Name’ + ‘Last Name’ and of course it returns “KateWooten”, but ‘First Name’ + “ “ + ‘Last Name’ returns an error

6 replies

null
    • Tacho
    • 5 yrs ago
    • Reported - view

    You just used the wrong quotation marks.

    'First Name' + " " + 'Last Name'

    • Antonello_Stabile_71
    • 5 yrs ago
    • Reported - view

    "Nome" + " " + "Cognome" 

    • englishsaddlefit
    • 5 yrs ago
    • Reported - view

    That is exactly what I wrote: 'First Name' + " " + 'Last Name'

    • Tacho
    • 5 yrs ago
    • Reported - view

    in your origin post you used wrong quotation mark styles

    • englishsaddlefit
    • 5 yrs ago
    • Reported - view

    I put ‘First Name’ in single quotes, then +, then a space surrounded by double quotes, then + then ‘Last Name’ with single quotes. 

     

    Ninox returned an error.

     

    Hope that clarifies. 

     

    What I would like to figur out is syntax, including the correct quotes, that allows me to see a space between the two fields, and not just an error. 

    • Tacho
    • 5 yrs ago
    • Reported - view

    It is the right syntax:

    Unbenannt

    Unbenannt2

Content aside

  • 5 yrs agoLast active
  • 6Replies
  • 1977Views