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.

Sub Summary Report to Create Running Totals

Featured Replies

I'm trying to create a sub summary report to track trends in Customer Satisfaction Surveys.

 

As Surveys are received, each is given a classification as Promoter, Passive or Detractor. A calculation field based on a Summary field calculates a "Net Promoter Score" by subtracting the % of Detractors from % of Promoters.

 

A report summarizes the results by month but it restarts the calculation with each change in the break field c_Survey_YYYY_Mo. 

 

I would like each new month to show the result for the current month and all previous months. 

 

 A screenshot showing part of this report is attached.

 

All of the data to do this should come from a single file (Surveys).

 

I want each change in the break field (c_Survey_YYYY_Mo) to show a "running total." I've been trying to figure out how to do this for weeks and simply cannot get my mind around the logic. Any help would be appreciated.

 

 

post-110668-0-20928300-1398124215_thumb.

The description is not quite clear: does the summarized table actually have 178 records for the month of May 2013, 98 records for the month of June 2013, and so on?

It looks to me like each of the rows that you show in your graphic ought to be a sub summary part when sorted by "Month".  To facilitate this, you will want to have a calculated field "Month" set to Month ( Survey Date ).  You can then generate some boolean calculated fields (e.g.  calcPromoter...  Classification = "Promoter". Finally, define some summary fields set to display totals of the boolean fields and place these on the sub summary.    (See attached)

 

survey.fmp12.zip

 

  • Author

The description is not quite clear: does the summarized table actually have 178 records for the month of May 2013, 98 records for the month of June 2013, and so on?

COMMENT:

 

Yes. There were 178 surveys in May, 98 in June, 2 in July, etc. These numbers are accurate but they don't show a trend.

 

I would like each month to be the total of the current month plus all prior months. So, the Surveys Received column should be relabeled to something like, Cumulative Surveys Received and the value for June 2013 should be 276 (178 + 98). The value for July should be 278, etc.

 

Same for the next three columns, Promoters, Passive and Detractors. The Net Promoter Score and NPS Average columns should be based on the cumulative data.

  • Author

It looks to me like each of the rows that you show in your graphic ought to be a sub summary part when sorted by "Month".  To facilitate this, you will want to have a calculated field "Month" set to Month ( Survey Date ).  You can then generate some boolean calculated fields (e.g.  calcPromoter...  Classification = "Promoter". Finally, define some summary fields set to display totals of the boolean fields and place these on the sub summary.    (See attached)

 

attachicon.gifsurvey.fmp12.zip

Matthew: 

 

Thanks very much for including the sample file. The technique you describe and the sub summary report generated in your sample file accurately shows the count for each month but doesn't show the cumulative results for the current and previous months.

 

I finally found a way to generate the report that I wanted after posting this topic last night. Funny how the process of describing the problem so often helps solve the problem!

 

The process I used is so convoluted that I am CERTAIN there must be a more elegant approach. If I don't fully document the steps in generating this Monthly Trend Report now, I will never be able to understand it.

 

So, for the next few minutes, I'm going to write something that describes the process and post it later on this thread for criticism (!) and comment.

 

Thanks again for taking the time to create the sample file.

 

From the mountains of Western North Carolina .. Scott C.

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.