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
-
You just used the wrong quotation marks.
'First Name' + " " + 'Last Name' -
"Nome" + " " + "Cognome"
-
That is exactly what I wrote: 'First Name' + " " + 'Last Name'
-
in your origin post you used wrong quotation mark styles
-
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.
-
It is the right syntax:
Content aside
- 5 yrs agoLast active
- 6Replies
- 1991Views