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.

Insert Calculated Result for checkbox set

Featured Replies

I'd really appreciate any help with the following problem.

I have a field that contains a value list, shown as a checkbox set. Different records have different checkboxes checked. In a certain layout, I'd like to check one of the boxes for a certain found set of records.

I now have this script:

Go to Record [First]

Loop

Insert Calculated Result [select; fieldname ; value]

Go to Record [Next; Exit after last]

End Loop

This works, but it replaces the current checked boxes, because I use "[select;...]". But if I don't use that, I doesn't work. I get an error message telling me that my field doesn't except the new value.

What am I doing wrong?

Thank you,

VAB

Try:

...

Set Field [ YourField ; YourField & ¶ & "value" ]

...

  • Author

Thank you! That works

  • Author

Actually... it doesn't work anymore...

  • Author

Now, it only works when there's already a checkbox selected and it seems it adds the same values on top of the old ones. So when I want to deselect a box I have to keep clicking.

  • Author

Ok. By adding Case(isEmpty(...

and Case(Patterncount...

the problems are solved. Thank you.

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.