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

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

Recommended Posts

  • Newbies
Posted

I've created a database of (among other fields) student names and classes. I have a relationship so that I can count unique instances of student names (they can be in the database more than once). I now need to be able to count the number of each class (2010, 2011, 2012, 2013) associated with the student to see how many unique students from each class was seen.

I'm using:

DupName=If(CounselorsStatsMatch::SerialNumber = SerialNumber;1;0)

FirstValue=If(DupName = 1; student name;"")

SerialNumber - auto enter

QtySum = Sum(CounselorsStatsMatch::Qty)

TotalUniqueStudents = Sum ( UniqueStudents )

Let me know if you need any more info.

Thanks so much!

Posted

The structure of this database does not seem to be correct if there is more than one instance of the same student in the same table.

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