Skip to main content
App Shark a posé une question dans #Ask An Expert
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 réponses
  1. 15 nov. 2016, 13:28
    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