Forum Discussion

WadeMyers1's avatar
WadeMyers1
Qrew Member
3 years ago
Solved

List function in Rich Text Formula field

I am importing data from one table to another. I have a few fields of information with moderate value, enough that I don't want to simply lose them, but not enough to need as individual fields. I c...
  • MarkShnier__You's avatar
    3 years ago
    The character for a new line is \n for a regular formula text field and if using a Rich Text formula fields, it  needs to be the html <br> character.

    List("<br>",
    "Previous ESM ",[ESM],
    " Previous PM "&[PM],
    " Previous Account Mgr. "&[Account Manager],
    " Previous Project Code "&[Project Code],
    " Previous Project ID "&[Project_ID],
    " Practice "&[Practice]

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------