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.

7 business days added to date?

Featured Replies

You can check the day of the week using a case statement. You could script this and insert this calculation upon submission or use it as a calculation.

seven_bus_days_later=

Case(dayof week(date_submitted) = 1, date_submitted +9,

dayof week(date_submitted) = 2, date_submitted +9,

dayof week(date_submitted) = 3, date_submitted +9,

dayof week(date_submitted) = 4, date_submitted +11,

dayof week(date_submitted) = 5, date_submitted +11,

dayof week(date_submitted) = 6, date_submitted +11,

dayof week(date_submitted) = 7, date_submitted +10,

""

)

Does that help?

Perfect! Thanks!

Kuku

I need to get a projected end date for projects that are done by off-site vendors. I need one field that is a date 7 days in advance of the submital date but which will not count the weekends.

Help please?

Kuku

  • Author

You can check the day of the week using a case statement. You could script this and insert this calculation upon submission or use it as a calculation.

seven_bus_days_before=

Case(dayof week(date_submit) = 1, date_submit -10,

dayof week(date_submit) = 2, date_submit -11,

dayof week(date_submit) = 3, date_submit -11,

dayof week(date_submit) = 4, date_submit -9,

dayof week(date_submit) = 5, date_submit -9,

dayof week(date_submit) = 6, date_submit -9,

dayof week(date_submit) = 7, date_submit -10,

""

)

Does that help?

[ September 04, 2001: Message edited by: spragueg ]

[ September 04, 2001: Message edited by: spragueg ]

[ September 04, 2001: Message edited by: spragueg ]

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.