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.

info

Featured Replies

ValueListIDs ( fileName )

ValueListItems ( fileName ; valueList )

ValueListNames ( fileName )

what are this functions used for ?

ValueListIDs ( fileName )

[color:blue]FileMaker assigns a unique serial number to every value list you create. This function returns a carriage return delimited list of these serial numbers. Honestly, I've never used this.

ValueListItems ( fileName ; valueList )

[color:blue]I use this all the time. So useful! Ever done a Insert > From Index... (Ctrl + I) on a field and wished you could get that list for a script, etc? Well, this is one useful purpose for ValueListItems. Create a new value list that uses values from the field you would like to index. Then call ValueListItems ( "yourFileName"; "yourValueListName" ). It will return all the values in that field (carriage return delimited) without duplicates and without needing a relationship (like List). There are a lot of other purposes for this as well but this is one of my favorites.

ValueListNames ( fileName )

[color:blue]This returns the names of the value lists in the file (again, carriage return delimited). Never used this either but I could see it being useful.

[color:blue]A note about the parameter "fileName" I usually see people doing this :(

ValueListItems ( Get ( FileName ); "valueListName" )

[color:blue]instead of hardcoding the file name. Of course, if you have multiple files this may not be the result you want.

Edited by Guest

  • 2 weeks later...

Dr.GKR, Did that help out?

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

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.