Forum Discussion
MarkShnier__You
Qrew Legend
3 years agoThe character for new line is actually \n
so try this
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
so try this
SearchAndReplace([1-Step feeder(s) - after AltBOM],"\n","; ")
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
AdamKrzyzanek
3 years agoQrew Captain
I tried both and not working :(
------------------------------
Adam Krzyzanek
------------------------------
SearchAndReplace(Trim(SearchAndReplace(Trim([1-Step feeder(s) - after AltBOM]),"/n","| ")),"/r","| ")
AndSearchAndReplace(Trim([1-Step feeder(s) - after AltBOM]),"\n","| ")
Result :(------------------------------
Adam Krzyzanek
------------------------------
- MarkShnier__You3 years ago
Qrew Legend
Does this recent post help to figure out what the characters really are?
https://community.quickbase.com/discussion/stripping-hidden-characters-from-text-strings-to-enable-field-equality?ReturnUrl=%2fcommunities%2fallrecentposts
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------- AdamKrzyzanek3 years agoQrew Captain@Mark Shnier (Your Quickbase Coach) - Nailed it :)
When I used below formula it works:)
Upper(Trim(SearchAndReplace(SearchAndReplace(SearchAndReplace(SearchAndReplace(URLEncode([1-Step feeder(s) - after AltBOM]), "%0D%0A", "| "), "%0A", "| "), "%20", "| "), "%3A", "| ")))
------------------------------
Adam Krzyzanek
------------------------------- MarkShnier__You3 years ago
Qrew Legend
.. thx for letting us know. Credit goes to Jeff @Jeff Love for him taking the time to close the loop on his own post!
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------