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.

Running Total

Featured Replies

I know there is a check-box option for a running total.  But it does not behave the way I need.  I need to have the month-to-date totals to be the same through out the month.  I can't but think I am missing something simple. 

 

 

Today     Month-to-Date       Budget-to-Date     Variance

 

 

I am using these fields to view my sales for the month.

 

Today is a simple field

Month-to-Date   is a getsummary calculation of the summary field for the field in "today"  This is the problem field  It shows the same total for however many days have been entered for the month all the way to the last day of the month.

 

 

Month-to-Date   is a getsummary calculation of the summary field for the field in "today"

 

That doesn't seem right. The breakfield in the GetSummary() function needs to be a field that has a common value for a group of records - for example, a calculation field that returns the same value for all records in the same month, say =

 

Datefield - Day ( Datefield ) + 1

 

You didn't tell us how exactly your Today field is defined or populated, but going by its name alone it is not a suitable choice for a breakfield. Note also that records must be sorted by breakfield in order for GetSummary() to work.

  • Author

There is a Date field SDate for each record, unique.  Every record is tagged by Month YYYY.MM and Week YYYY.WK.  I am using getsummary (foodsales.sum , yyyy.mm) but I can see that is my problem of getting the monthly total of sales.  So I need a break on something  that is cumulative? 

Perhaps I misunderstand your description, because it seems to me it should work. That is assuming that foodsales.sum is a summary field totaling the sales, yyyy.mm is a calculation field returning the month of SDate, and that records are sorted by yyyy.mm.

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.