Forum Discussion
SeanPadian
6 years agoQuickbase Staff
Hi Test Member,
Yes, you can certainly concatenate fields in QuickBase using our formula language. In your formula, simply use the ampersand ("&") in between two fields in brackets to bring them together for display purposes.
[Field 1] & [Field 2]
This example has a field type of Formula-Text, and a 'Best Practice' is to use spaces to separate your two fields for a end-user better experience.
[Field 1] " & " [Field 2]
Hope this helps!
------------------------------
Sean Padian
------------------------------
Yes, you can certainly concatenate fields in QuickBase using our formula language. In your formula, simply use the ampersand ("&") in between two fields in brackets to bring them together for display purposes.
[Field 1] & [Field 2]
This example has a field type of Formula-Text, and a 'Best Practice' is to use spaces to separate your two fields for a end-user better experience.
[Field 1] " & " [Field 2]
Hope this helps!
------------------------------
Sean Padian
------------------------------
AustinK
6 years agoQrew Commander
[Field 1] & " " & [Field 2]
That will put a single space in the middle of both fields. You didn't list that formula and only spoke about it so I figured it cannot hurt to put in there.
That will put a single space in the middle of both fields. You didn't list that formula and only spoke about it so I figured it cannot hurt to put in there.
- MarkShnier__You6 years ago
Qrew Legend
QuickBase uses the List function.
List("_", [field1], [field2])
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------