Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

adrress merge and commas

Featured Replies

Hi,

I have two fields namely address1 and address2.

I need to merge these 2 fields seperated by commas.

This is how I achived this:

address1 & "," & address2 & ","

This is fine if both fields are populated, but if the second field is empty I get double ,, at the end of address1. Such as:

address1,,

I have tried to use the Substitute command without little success.

Could anyone please point me in the right direction.

Thank you

Why do you need the 2nd set of ",". If you leave it off, it should only show the one ","

Roger in Midland, Tx

Hi,

I have two fields namely address1 and address2.

I need to merge these 2 fields seperated by commas.

This is how I achived this:

This is fine if both fields are populated, but if the second field is empty I get double ,, at the end of address1. Such as:

I have tried to use the Substitute command without little success.

Could anyone please point me in the right direction.

Thank you

  • Author

hi,

the reason is that the resultant file goes into a database that then displays the address as:

,

Just the way it should be.

Hope this helps?

Create a calculation field of result text called Addresses_Merged:

If (

IsEmpty ( Address2 ) ;

Address1 ;

Address1 & "," & Address2 )

& ","

  • 3 weeks later...
  • Author

Hi

thank you for the reply...worked a treat!

Apologies for the delay in reading this.

Been away from the pc for a while.

Thanks again.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.