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.

Checkbox "views"

Featured Replies

On my data entry screen I have 6 checkboxes. On my report form, I want to print out only the name of what items were checked off. My problem is the report form field lists the items checked ina column, and I need it to print out in a row in order to save space. Just dragging & shaping the field to one long row does not work, it only shows the first choice and the rest are out of sight below it, all space to the right of that first chice is blank.

Hi Rick,

Check out this tip file:

Displaying Checked Values in ONE Line By: Don Wieland URL:

http://www.dwdataconcepts.com

HTH

Lee

cool.gif

Well it's simple to explain; create a calculation (text) with:

Substitute(CheckboxField, "

Using the simple Subtitute() will put the values in order that they were clicked. Don Wieland's technique is more complicated, but the values are sorted.

Make a value list based on the checkbox through a self-relationship of serial. Then make your unstored text calculation Substitute( ValueListItems( Status(CurrentFileName), "checkboxvaluelist" ), "

Hi JT,

Don's solution doesn't use this approach, it uses a very long calculation, and a second field. I like your solution a lot better except it is slow updating the "one line field". Anyway to speed this up, or do you have to click into field, or change records to another record and then back.

Lee cool.gif

  • Author

Thanx MoonShadow, I tried your suggestions first and it worked like a charm!! and thanks to the rest of you too, I'll file away those ideas when I start to use more complex lists.

Hi Lee. Unfortunately, a manual or scripted screen refresh is always necessary when using ValueListItems calculation fields. This is the only major drawback to using them. In version 7 though, you could use script parameters to set the checkbox field and refresh the calculation.

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.