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.

Featured Replies

  • Newbies

I am designing a database. I am using multiple layouts and placing fields from one layout into another. My problem is that I created a checkbox value list in one layout. The information checked is "supposed" to appear in another layout(table format) as a single line of information containing only those values that were checked. I can't get it to work!! The info will appear, but it is listed in the field as one value per line (which is impossible to deal with in a one lined table). Is there any way I can format the second field to present the data consecutively? THANK YOU

quote:

Originally posted by leeej:

I am designing a database. I am using multiple layouts and placing fields from one layout into another. My problem is that I created a checkbox value list in one layout. The information checked is "supposed" to appear in another layout(table format) as a single line of information containing only those values that were checked. I can't get it to work!! The info will appear, but it is listed in the field as one value per line (which is impossible to deal with in a one lined table). Is there any way I can format the second field to present the data consecutively? THANK YOU

A checkbox formatted field, contains the items checked each on a seperate line. This is the way a checkbox field works.

You will need to create a display calculation which Substitutes the paragraph return for a space or whatever delimiter you want.

------------------

=-=-=-=-=-=-=-=-=-=-=-=-=

Kurt Knippel

Consultant

Database Resources

mailto:[email protected]

http://www.database-resources.com

=-=-=-=-=-=-=-=-=-=-=-=-=

  • Author
  • Newbies

Thank you very much for your help....

I have been trying to figure out a way to use the calculation method to solve my problem.

Could someone give me an example?

Thank you in advance smile.gif

  • 3 weeks later...

This calculation will insert a comma and space between each of the values...

Substitute[textfield, "P", ", "]

...where P should be the back-to-front paragraph symbol, and it should be in quotes because it is literal text.

Create an account or sign in to comment

Important Information

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

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.