JeffReda
3 years agoQrew Member
Solved: Extra Line breaks in a Rich Text Field
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
------------------------------
SearchAndReplace([RTF], "\n", "")
------------------------------
Jeff Reda
------------------------------