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.

WeekOfYear Better way to display?

Featured Replies

I'm needing to create chart that display a breakout of orders by week for the last n weeks. 

I'm able to get the chart chart I needed by having a field called week that a calculation = WeekOfYear ( CreateDate ). 

But I don't like week number for display. Would prefer either a Date like "4/17/2016" or "4/17/2016 thru 4/23/26"

Any tips would greatly help.

Thanks

 

It's not a good idea to use the week-of-year alone anyway, because it will not sort correctly at the year boundary. Try instead:

CreateDate - DayOfWeek ( CreateDate )  + 1

and set the result type to Date. This returns the date of the starting Sunday of the week. In order to have the chart show both week's boundaries, set the chart's horizontal axis labels to a calculation of =

YourTable::cWeek & " thru " & YourTable::cWeek + 6

where cWeek is the calculation field above.

  • Author
6 hours ago, comment said:

Perfect once again Comment.. Thanks.

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.