0
Multiline Formula
Hi, i have to get a formula that is a result of some fields, buit i would like that teh formula shows the field everyone in a new line. There is a code to put the multiline, starting a new line?
For exemple:
Name (text field 1) = John
Last_Name (text field 1) = Doe
Formula = text('Name) + " " + text('Last_Name'), but into 2 different line, like this:
John
Doe
e not:
Jonh Doe
Thanks
2 replies
-
Hi,
Please try
text('Name) + "
" + text('Last_Name')
Best, Jörg
-
fine!
Thanks
Content aside
- 5 yrs agoLast active
- 2Replies
- 1319Views