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.

Summary Problem?

Featured Replies

I have 1 database, with a few fields defined.

Date Paid, Amount Paid, Charge, Total Charge, Monthly Charge

Date Paid is the Date

Charge is a calc of x % of amount paid

Total Charge is a total of all the Charge(s) for the date

Monthly Charge is a Summary of Total Charge.

On the layout I have a Sub-Summary which lists the Date, Amount Paid, and the Total Charge. Everything works fine here.

There is also a trailing Grand Summary where I have the Monthly Charge.

This is where my problem is. The monthly charge is adding not only the month (Jan) of 2004, but also (Jan) 2003. If I go to another layout and look at the records found, it has only found the 2004 records. In Preview Mode of the layout with the Sub-Summary, it again only shows the 2004 date. (Sorted by Date). What am I missing here?

I have tried the database in both 5.5v2 and 6.0v4 both under OSX 10.3.2

If Total Charge is a summary of the charges in a set, then how are you summarizing it for Monthly Charge? Summary fields don't summarize other summary fields (not directly anyway).

Make total charge a summary that's a total of Charge.

Put it in the subsummary by date part of the layout.

Put another copy of it in the Grand Summary if you're sure your found set is only that month.

Or, make a calculcation field called MonthYear = right("0" & Month(date),2) & " " & year(date). Then add a second subsummary based on MonthYear and put the total charge on it. When you sort the records, sort by MonthYear then Date. This should summarize by Month/Year, then within each Month/year it'll summarize by the specific date.

Jeff

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.