Skip 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.

Calculation Problem with carriage returns

Featured Replies

Hello all, I know this has to be simple but I'm having a calculation issue and I guess I'm thinking to hard. Basically I want a calculation field that takes multiple fields and make it comma separated. So what I would like to create a calculation with static labels for the first row and calculations for the other rows that create something like:

Name,Address,Phone

Bill Smith, 211 Main st,5551234567

Steve Jones, 300 W. Jackson,5553456789

I am using this calculation:

Name,Address,Phone

Namefld1 & "," & Addressfld1 & "," & Phonefld1¶

Namefld2 & "," & Addressfld2 & "," & Phonefld2¶

But that just isn't working. Can someone please help me with the format. Thanks so much,

William

Edited by Guest

Hi William,

Name,Address,Phone

Bill Smith, 211 Main st,5551234567

Steve Jones, 300 W. Jackson,5553456789

I am using this calculation:

Name,Address,Phone

Namefld1 & "," & Addressfld1 & "," & Phonefld1¶

Namefld2 & "," & Addressfld2 & "," & Phonefld2¶

Try to put this "&" before "¶" like this:

Namefld1 & "," & Addressfld1 & "," & Phonefld1 & ¶ &

Namefld2 & "," & Addressfld2 & "," & Phonefld2 & ¶ 

Is that what you want to achieve?

  • Author

Henry,

It's amazing how we stare so hard we miss how simple it is :laugh:

That did it! Thanks so much for your help!!

William

Use _henry_ calculation, however you don't need the second Pilcrow (paragraph symbol), unless there is more to this. Also, and I would put a space behind each of the comma to make it more readable.

Question.

What do you want to see if one or more of the fields are empty?

Lee

Hi William,

You're welcome ;-]

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

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.