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.

Is there a way of doing this

Featured Replies

Hi all

I have a steel material db that has 1000 or so records. The program is used at different locations by one user at a time. I was wonder if anyone knows of a way of having the users pick the material they would use from the database and only that material will to be shown in a value list. I have seem this done in other programs where you would pick the data you want to display in a value by placing a check marked in a field and that data is present in a value list. When you deselect that item, the item is not longer shown in the value list. Can this be done in FM.

I know how to format a conditional value list but I not sure if this is a conditional value list.

Hope this make sense.

Thanks

Lionel

Create an "active" field in the materials table, a text field. ON the layout display it as a checkbox to enter "active" when selected.

In the materials table, create a calculation field "Materials Active":

if ( not isempty( active ) ; material type )

where "material type" is the field that contains the value you want to display.

Now make a value list based on the Materials Active field. It will display only those records that have something in the Active field.

  • Author

Vaughan

Thanks a bunch

Lionel

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.