I
Ian Tranter
I have a report based on a query (runtime Efficiencies),
this query lists all work done on a day (many days) &
calculates the number of hours each machine has done per
entry.
The fields in the report are: strMachine, datDate, RUNT
(the calculated field for hour ran), the detail section
contains only the datDate & RUNT fields, then groups on
strMachine then datDate (working outwards from the detail
section), the datDate group is set to group on week in
the sorting & grouping dialog box.
The report runs fine, displaying the hours run for each
machine per week & total the number of hours for all
machines in the date footer, i.e.
Machine Hours
Lat_6 6.1
Mil_1 6.1
Mil_2 6.5
Mil_3 5.38
Total for week 24.08
My Question is how I count the number of machines that
have been booked on over a given week so that I can
calculate the % efficiency.
e.g.
Say that all machines have been working 3 shifts 112.5
hours a week:
4 x 112.5 = 450
Shop efficiency = 24.08/450 = 5.35%
I can see that there are four machines booked on for that
week but can't count them, I HAVE placed count(*) in the
footer but this returns the count of bookings over all
machines, HELP please??????
this query lists all work done on a day (many days) &
calculates the number of hours each machine has done per
entry.
The fields in the report are: strMachine, datDate, RUNT
(the calculated field for hour ran), the detail section
contains only the datDate & RUNT fields, then groups on
strMachine then datDate (working outwards from the detail
section), the datDate group is set to group on week in
the sorting & grouping dialog box.
The report runs fine, displaying the hours run for each
machine per week & total the number of hours for all
machines in the date footer, i.e.
Machine Hours
Lat_6 6.1
Mil_1 6.1
Mil_2 6.5
Mil_3 5.38
Total for week 24.08
My Question is how I count the number of machines that
have been booked on over a given week so that I can
calculate the % efficiency.
e.g.
Say that all machines have been working 3 shifts 112.5
hours a week:
4 x 112.5 = 450
Shop efficiency = 24.08/450 = 5.35%
I can see that there are four machines booked on for that
week but can't count them, I HAVE placed count(*) in the
footer but this returns the count of bookings over all
machines, HELP please??????