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

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

Recommended Posts

  • Newbies
Posted

I maintain a club database and I'm trying to automate attendance taking. Each member record has a month field and I enter either an "o" for officers, "m" for members and "v" vor visitors in the month field if they have attended the monthly meeting. How do I count the "o" + "m" + "v" and end up with a total attendance for the month. Is this a calculation or a scripting function.

Posted

You create 3 fields for the values

cOfficers:

month = "o"

cMembers:

month = "m"

cVisitors:

month = "v"

This will result in a boolian value (1 or 0) Then you can sum the values

using the summary field (total of)

total of cOfficers etc.

then you could create a grand total

by adding up all three fields

This topic is 7853 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.