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

  • Author

I have a DB that manages a schedule. I have a table that dates get put into and kept to show a history. I am trying to make a field that shows the "next appearance date" where it parses the related appearance date history table and shows the latest entry which would be a date in the future.

Any thoughts on how I would constrain this "next appearance date" to show only the latest date in the history, which unless we mess up the data entry or forget to update the record, should be a date in the future...

I have a DB that manages a schedule. I have a table that dates get put into and kept to show a history. I am trying to make a field that shows the "next appearance date" where it parses the related appearance date history table and shows the latest entry which would be a date in the future.

Any thoughts on how I would constrain this "next appearance date" to show only the latest date in the history, which unless we mess up the data entry or forget to update the record, should be a date in the future...

  • Author

I have a DB that manages a schedule. I have a table that dates get put into and kept to show a history. I am trying to make a field that shows the "next appearance date" where it parses the related appearance date history table and shows the latest entry which would be a date in the future.

Any thoughts on how I would constrain this "next appearance date" to show only the latest date in the history, which unless we mess up the data entry or forget to update the record, should be a date in the future...

If I understand correctly, you can create a relationship between an unstored calculation date field of Get(CurrentDate) to the date in your related table, and use the < operator (assuming the CurrentDate field is on the left-hand side) so that all related dates are greater than the current one. Then you can put the related date field on your layout and it will display the first related date that is greater than the current one.

If the 'next' related date is dependent on a static date field and not the current date, then use that date field instead of the unstored calculatione one.

If I understand correctly, you can create a relationship between an unstored calculation date field of Get(CurrentDate) to the date in your related table, and use the < operator (assuming the CurrentDate field is on the left-hand side) so that all related dates are greater than the current one. Then you can put the related date field on your layout and it will display the first related date that is greater than the current one.

If the 'next' related date is dependent on a static date field and not the current date, then use that date field instead of the unstored calculatione one.

If I understand correctly, you can create a relationship between an unstored calculation date field of Get(CurrentDate) to the date in your related table, and use the < operator (assuming the CurrentDate field is on the left-hand side) so that all related dates are greater than the current one. Then you can put the related date field on your layout and it will display the first related date that is greater than the current one.

If the 'next' related date is dependent on a static date field and not the current date, then use that date field instead of the unstored calculatione one.

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.