Jump to content

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

Recommended Posts

Posted

Hi I have created a field called "Turnaround" that lets me know when a job was required.

I would like to show in a summary how many jobs were:

Same Day

Next Day

2 Day

3 Day

4 Day

I have created a field called "Same_Day_Count" and would like to have a Count Calculation that only counts the Same Day's in the Turnaround field.

Any ideas?

Posted

The Count function can work on related fields - so set up a relationship with the match criteria you have described and use the Count function on the field from that relationship.

You have provided an effective distinction between the "days", now all you need are the relationships that will allow the Count function to work on the appropriated relationships.

Posted

Thanks for the reply's.

I have ended up creating a calc field for each result like this

If ( AW_TurnAround_SameDay = "Same Day" ; "1" ; "" )

and then created it's own summary field with a total of AW_TurnAround_SameDay.

It took 14 fields but I got there in the end.

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