Forum Discussion
ServiceQB
3 years agoQrew Member
Is the field MultiLine or Rick Text?
If it's Multi-Line Text try combos of /r /n
If it is Rich Text, Go into Edit Mode and put your cursor in the field and view the Source code (End of the format panel that appears) That will let you know if it's a break or a paragraph.
------------------------------
Tammie King
tjking@mintz.com
(978)828-9643
------------------------------
AdamKrzyzanek
3 years agoQrew Captain
Field from which formula is taking data is [Text (lookup)] from different table, where this field is [Text - Multi-line].
Formula field which I was using to convert is standard [Formula - Text].
I modified formula but it did not help.
------------------------------
Adam Krzyzanek
------------------------------
Formula field which I was using to convert is standard [Formula - Text].
I modified formula but it did not help.
SearchAndReplace(Trim(SearchAndReplace(Trim([1-Step feeder(s) - after AltBOM]),"/n","| ")),"/r","| ")
------------------------------
Adam Krzyzanek
------------------------------