Jump to content

counting different client


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

Recommended Posts

I need to count how many different client come to get our service.

When a client come, a new record is create containing :is client # and the date . Is there a way to know how many different client come :

Thanx crazy.gif" border="0

Link to comment
Share on other sites

If each visit is a record, then you could create a self-join relaitonship within the file using the client # on both sides of the relationship. Then create a calculation field which is set to Count( SelfJoin::client # ). This will give a count of the related records, which should be a count of the visits.

Chuck

Link to comment
Share on other sites

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