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

How do I default (declare) a time field value to be a greater (future)value than the previous time field used in a record (twenty time fields in this record)?

The problem occurs when user's time passes through midnight (Field 1 at 8:00 PM and field 2 at 4:00 AM) This produces a numerical value in the negative range (-57,600 rather than 28,800), the calculation is looking back rather than ahead regardless of the AM/PM suffix or a 24 hour clock entry.

The current solution for one field (One_Time) is:

If(One_Time = 0,0,

If(Two_Time <= 0 and End_Time > 0, End_Time - One_Time,

If(Two_Time = 0 and End_Time = 0, Current_Time - One_Time,Two_Time - One_Time)))

Any suggestions appreciated Thx

Try this:

code:


Case(

  • Author

quote:

Originally posted by Chuck:

Try this:

code:
Case(

  • Author

quote:

Originally posted by Chuck:

Try this:

code:
Case(

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.