Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Help Soon, Please!! - Get student payment records total


ecpmII

Recommended Posts

Please Help as soon as possible.

 

We have a student master database with a related database of the payments made by each student.

The student payment file includes the student account number, payment date, and payment amount.

We have a report in the student master database that runs a report of all the payments for a particular month.

 

How do we get the total amount paid by a student to show on the report from the student master file?

 

We have tried using a relationship from the student master file to the student payment file, sorted in descending order by

date. This only gives us the last payment date and amount. There are multiple payments made by a student

in the same month, we want the total paid for that month.

 

Example: Student Harry has four payments in March (100 + 50+ 50 + 100) totaling $300.

 

When we run the report using the relationship it only gives the most recent payment.

 

Please help. How do we get the total payments to show on our report run from the student master file.

 

Thanks,

Link to comment
Share on other sites

It would be better if you ran your report from the payments database.

 

The relationship exists that you can include some information from the master file.

 

Then, you can create a summary field totalling the payments for each student that month.

 

summarymonth [summary, total of payment amount]

 

Create a new report layout including subtotals and grand totals.

 

Move across the relevant fields like name, payment date and amount.

Sort by student name and then in the subtotal and grand total include your summary field.

 

Choose to create a script, which will then remember the sort order for this report.

 

You can script this report to run from your master database.

 

Run Report.

Perform Script [external, Your report script]

 

HTH

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use