C
cooksc
In my underlying query I have field called "Employee" that has either CAT or
Volt as the data that input.
This is how my report looks
Shift Header
Supervisor Header
Area Header
Employee Header
Area Header
Current Job Header
Detail
Employee Footer
Area Footer
="Total Count for " & [shift] &
IIf([shift]=1,"st",(IIf([shift]=2,"nd","rd"))) & " Shift " & [area] & ": " &
Count([Query1]![TechName])....this formula works how I want it to.
Supervisor Footer
=DCount("*","[query1]","[employee] = 'cat")........this
formula is counting ALL the Cat in the query, I want to count only the cat
for each supervisor
=DCount("*","[query1]","[employee] = 'volt'").......this
formula is counting ALL the Volt in the quey, I want to count only the Volt
for each supervisor
=Count([Query1]![techname]).......this formula is
counting all the "techname" for each supervisor and is working like I want it
to
Please let me know what I'm doing wrong.
Thanks in advance
Volt as the data that input.
This is how my report looks
Shift Header
Supervisor Header
Area Header
Employee Header
Area Header
Current Job Header
Detail
Employee Footer
Area Footer
="Total Count for " & [shift] &
IIf([shift]=1,"st",(IIf([shift]=2,"nd","rd"))) & " Shift " & [area] & ": " &
Count([Query1]![TechName])....this formula works how I want it to.
Supervisor Footer
=DCount("*","[query1]","[employee] = 'cat")........this
formula is counting ALL the Cat in the query, I want to count only the cat
for each supervisor
=DCount("*","[query1]","[employee] = 'volt'").......this
formula is counting ALL the Volt in the quey, I want to count only the Volt
for each supervisor
=Count([Query1]![techname]).......this formula is
counting all the "techname" for each supervisor and is working like I want it
to
Please let me know what I'm doing wrong.
Thanks in advance