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'm working on a task recording system. I have a master or header table that contains information for a support call, then I have a related detail table (in a portal) that contains records for things like: travel to site, on-site, lunch, break, training, etc.). This table has fields for start time, end time, and elapsed time.

What I would like is for either the start time for one record to automatically be put into the end time for the previous record, or for the end time for one record automatically be the start time for the next record.

Is there a calculation function that I am missing? I've looked at using a global field but I can't find a way to get the value into that field without using a script.

This is possible using a self-join and an auto-enter calc, but exactly how depends on what you mean by 'previous record'.

In a multi-user solution, the previously created record in the table could have been created by a different user. So a simple self-join based on all records may not be a good idea. In this case, the self-join can be filtered by the current user, or whatever. Then the auto-enter calc can be something like:

Start Date (auto-enter calculation) = last(Self-join by User::End Date)

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.