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

Is there a way to look at the information for a record just before and after?

For example: If all the records have a time included and I want to know if the record before and after are within 30 minutes of the current record. Is there a way to autmotically flag and report those records?

Create a self-join based on:

YourTable::SerialID > YourTable 2::SerialID

Sort the relationship by SerialID, descending.

Define a calculation field =

Timefield <= YourTable 2::Timefield + 1800

This will return 1 if previous record's time is within 30 minutes of the current record, 0 otherwise.

If there's a chance of crossing midnight, use:

Timefield >= YourTable 2::Timefield and Timefield <= YourTable 2::Timefield + 1800

or

Timefield < YourTable 2::Timefield and Timefield <= YourTable 2::Timefield - Time ( 23 ; 30 ; 0 )

Edited by Guest

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.