Forum Discussion

JeffReda's avatar
JeffReda
Qrew Member
2 years ago

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
------------------------------
No RepliesBe the first to reply