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.

Calculation to find next date

Featured Replies

  • Newbies
I have a list of customers with multiple visit dates that could be scheduled a year in advance. I want to return the next date from today in another field in different table.
eg.
Cust     SchedDate
ABC1     02/10/2013
ABC1     02/12/2013
ABC1     02/26/2013
ABC1     03/12/2013
XYZ1     02/13/2013
XYZ1     03/13/2013
 
Cust ABC1 would show 02/12/2013 (today)
Cust XYZ1 would show 02/13/2013
 
Any ideas would be appreciated.

Please be more clear but if you want the next date, that means, if we have the today date 2013/02/12, then the next date would be tomorrow, like 2013/02/13. For this the calculation is below:

 

GetAsDate ( (GetAsNumber ( Date ) + 1) )

 

The resultant field must be calculation and Calculation result must be displayed in Date.

Hi

 

You can relate the customer visit table Date Field with other table Date field using an (<) relationship

and can use a portal of the other table's containing one row with no scroll bar to show the next date field record. (portal sorted in (Date) ascending order.)

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.