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.

Last Week formula

Featured Replies

Hi gurus,

I am looking for a calculation that will display this result: 10/23/2005...10/29/2005. In fact, last week based on today. The result will change as time goes by.

I know it has to do with DateToText(Today.... but I can't figure out the rest.

  • Author

Well, I guess I made it.

DateToText((Today-7)- (DayofWeek(Today)-1)) & "..." & DateToText(Today- (DayofWeek(Today)))

If the calculation is used in a script step, then Today will work fine (although it is no longer available after version 6). If used for a calculation field, and you want the value to automatically update when the field is unstored, use

DateToText(Status(CurrentDate) - DayofWeek(Status(CurrentDate)) - 6) & "..." & DateToText(Status(CurrentDate) - DayofWeek(Status(CurrentDate)))

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.