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

We have a video db that was converted from an old DOS program. One field is called "Level" and contains any combination of the following: P, I, JrH, SrH, A . If a video is good for the whole family it will contain ALL those letters. If it is specifically for High School it will only have "SrH".

I'm preparing to combine this new db w/another one (for books) and i'd like to take this field and make it into a check-box field (which would be easier for us to search).

I've created a field "Level Copy" and tried to make it a calculation using the Case command [Case(Level = "P", "Primary", Level = "I", "Intermediate",) etc.

unfortunately, it didn't work. I made it a text field and tried to write a script that would work, but no luck.

basically, i'd like the program to look at the original Level field and mark the corresponding check-boxes in the Level Copy field (then i'll delete the Level field).

any ideas on how to go about this?

You can use a looping script to set another text field up for display as a checkbox field. The important thing to remember is that multiple values in a checkbox field are stored as each value separated by a carriage return. The script might look like:

Show All

Goto Record/Request/Page(first)

Loop

SetField(NewText,

Case(PatternCount(OldText, "P"), "Primary" & "

  • Author

thanks BD.

not only was that helpful, but I learned a lot too.

works great! thanks!

dan

ps. the carriage return symbol did come through.

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.