Skip 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.

Record ? of ? records in found set

Featured Replies

Hi,

How do I show something like 'record 2 of 876 records' on my layout?

I've use a Summary field to get the number of records in the found record set, but I would like to show the user where they positioned are within the found set.

TIA

Instead of a Summary field you can use an unstored calculation field.

The calculation would be:

"Record " & Get(RecordNumber) & " of " & Get(FoundCount)

Make sure that the "do not evaluate when all fields are empty" box is unchecked so that this calculation is always evaluated.

Edited by Guest

  • Author

Thanks for the reply.

Perhaps this is not what I want then as it just show all the records in the table.

I have a layout portal that filters records by sales area. Out of the 6000 odd records I have, it will show, say 800 for a particular sales area. It's from this set of records I want to show the user where they are within the record set.

A Summary field gives me the number of records in the portal.

To display info about a portal you would use Get(PortalRowNumber) to display what record the user is currently focusing on in the portal.

Edited by Guest

  • Author

Thanks!

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

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.