In my operator time table, I set label "opAvail = 1" on resume and "opAvail = 0"on down. I added that as a label field to the list that operators are pulled from.
On the pull option, I am attempting to use query WHERE opAvail = 1 to pull only operators who are on shift, but it does not work. Any ideas what I am doing incorrectly?