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

  • Newbies

I'm not sure where to post this but here we go:

I have designed a sales report that basically takes the information out of my database does some calculations and drops all of the information into a form which I created, which in essesnce looks like and Excel spreadsheet. Accross the top of each column are the months and the rows are labeled as separate sales categories. What I want to do is have the report print out normally Jan-Dec, then the following month I want the report to start with Feb and go to Jan. Is there an easy way to do this without changing all of my field definitions along with making 12 separate layouts? Thank you

To me, you have to reverse what is one the axis...that is, records should be months. This way, you could do a trivial serch for Jan thru Dec, Feb thru Jan, etc.

Steve

I had a similar situation, and here's the calc I used for the month headers:

the first header is Month(Status(CurrentDate)). Subsequent headers are:

If(

Month(Status(CurrentDate)) + 1 > 12,

MonthName(TextToDate( (Month(Status(CurrentDate)) + 1) - 12 & "/" & Day(Status(CurrentDate)) & "/" & Year(Status(CurrentDate)))),

MonthName(TextToDate( (Month(Status(CurrentDate)) + 1) & "/" & Day(Status(CurrentDate)) & "/" & Year(Status(CurrentDate))))

)

You would do that for Month(Status(CurrentDate)) + 2, then +3, and all the way up through +11.

Then you'll need to make similar adjustments to the data you're displaying. Self-relationships were the key to that.

HTH

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.