Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

calculating total of Value List items


This topic is 6486 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I created a database to manage the Advanced Placement (AP) program at my high school. I am trying to create a layout that displays the total number of test takers and the total number of tests administered (some students are taking multiple tests). I used a field with check boxes to indicate which of up to 10 tests each student is signed up for. How do I define a field for my summary layout which allows me to display the total number of tests to be administered ( I already figured out how to display the total number of test takers)

Posted

When you say "tests to be administered" Does one student sitting 3 tests mean 3 tests are to be administered?

Posted

sounds like 'tests administered' would just be a sum all?

so if for each test for each person =1

then sum the lot to give a total.

  • Newbies
Posted

Yes, most students are sitting for multiple tests, so the number of tests taken will be more than double the number of test takers.

Posted

You need to calculate how many tests each student has checked:

ValueCount ( CheckboxField )

Then summarize the result using a summary field (Total of CalcField).

For more detailed reports you will need to add a join table of SignUps between Students and Tests, instead of the checkbox field.

This topic is 6486 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.