Jump to content

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

Recommended Posts

Posted

I need to track all enrollees for a given program. There are Enroll Date and Cancel Date fields. I want to count the number of consumers that are enrolled (Enroll Date) and have not been cancelled (Cancel Date).

I also need to count to total enrollments, total active and total cancellations for a given fiscal year.

I appreciate any help offered. crazy.gif" border="0

Posted

Define the following fields:

Enrolled (calculation, number) = NotIsEmpty(Enroll Date)

Active (calculation, number) = NotIsEmpty(Enroll Date) and IsEmpty(Cancel Date)

Cancelled (calculation, number) = NotIsEmpty(Cancel Date)

Total Enrolled (summary, Total of Enrolled)

Total Active (summary, Total of Active)

Total Cancelled (summary, Total of Cancelled)

Find the records for a given fiscal year and place the summary fields on a layout to view or print.

-bd

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