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.

conditional menu/portal/not viewing duplicates

Featured Replies

I have a database with 3 text fields: area, goal, objective. Area is a value list, and there are about 10 choices. Goal is often repeated exactly on several records. Objective will be unique to each record. I'm trying to set up a way so that "area" is selected, the corresponding goals will show in a portal. I've got it working, but because a goal can be repeated several times with a different objective, I get duplicates showing in the portal. Is there a way so that only one instance of the goal is visible in the portal?

I've tried creating value lists based on goal, but the list is really too long to scroll through.

You need to create a "qualifier" that will tag the first instance of a goal as the "master occurrence" then use this field for your portal.

For instance if your goal was "go to mars"

you could create a qualifier field that said "go to mars" for the first instance of that goal and blank for all other instances.

You can set up your "master occurrence" field by sorting the file by goal and running a script like:

Sort restore

Go to record first

SetField(globalfield, goal)

Loop

If (globalfield does not equal goal)

SetField (master occurence, goal)

SetField (globalfield, goal)

End If

Go to record next(exit after last)

end loop

Phil

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.