ferrysailor
Technical User
I have a table with a field that tracks the time (0-2400) events happen by workers. I am trying to make a report showing the 6AM to 6PM shift (Day) and the 6PM to 6AM shift (night).
I have tried using two queries. One is – [count on the Field “Where “ the event time is >=600 and <1800 (Day shift)] and the other query is –[count on the Field “Where “ the event time is, <600 and >=2400(night shift).
Each query gives the correct answer for their time period. When I try to create a report using the results of both queries I get the same number for both. How can I get these two results correctly presented in one report?
Thanks for any help you can supply
I have tried using two queries. One is – [count on the Field “Where “ the event time is >=600 and <1800 (Day shift)] and the other query is –[count on the Field “Where “ the event time is, <600 and >=2400(night shift).
Each query gives the correct answer for their time period. When I try to create a report using the results of both queries I get the same number for both. How can I get these two results correctly presented in one report?
Thanks for any help you can supply