Skip to main content
I have a requirement to show billing Street in a single line.

 

For this i have created a formula field (TEXT) and i copied billing street  but it shows the same in 2 lines. how can i achieve this to show in single line.
21 answers
  1. Nov 15, 2016, 1:28 PM
    Actually Vinay came close. Here is the solution to remove line break in the billingstreet address.

     

    Step 1. Create a custom label and name it linebreak ith a value of " 

     

    -

     

    -" do not include the ".

     

    Step 2. use this formula on your formula field#

     

    SUBSTITUTE( BillingStreet ,SUBSTITUTE($Label.linebreak, "-", "")," ")

     

     
0/9000