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

I have a calc field in one table that uses the List function from a related table (matched by date) to list the matching records. Is there a way to limit the records in the List function? I only want to take the first 5 or 6 records from the related List field.

I don't knew all conditions but will use some auto-enter serial when create records with the same date, and add in the relationship condition AutoEnterSerial<=5 , where 5 or 6 is number determine reflected records in the List.

You must define global field or global variable to keep this 5 or 6.

But... sometimes you need to "get out" 5 or 6 from all list (from beginning, middle or end). Here other conditions can be important and I don't knew them.

Is there a way to limit the records in the List function? I only want to take the first 5 or 6 records from the related List field.

LeftValues ( List ( YoutTable::YourField ) ; 5 )

Keep in mind that, if you are grabbing the first five list values, it will be the first five depending upon a sort specified at the relationship level. If no sort is specified then it will be the first five created child records (known as natural sort order). :wink2:

Left Words (List,5) must bee correct, I suppose.

A value in a value list can have more than one word.

  • Author

LeftValues worked... just what I needed.

Thanks

That's true:)

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.