Discussions

 View Only

Solved: Extra Line breaks in a Rich Text Field

  • 1.  Solved: Extra Line breaks in a Rich Text Field

    Posted 09-21-2022 14:24
    Start with your Rich Text Field.  I'll call it "RTF".  Then create a second field with a field type of formula-rich text.  Use the following formula to replace breaks with nothing:

    SearchAndReplace([RTF], "\n", "")


    ------------------------------
    Jeff Reda
    ------------------------------