Clocked in BAQ Query using a calculated field

Hi, I am creating a baq that shows users clocked in for more that 14 hours. I have created a baq selecting all user clocked in. And, I have created a calculated field that compares the current date and time with the clocked in date and time and determines how many hours they are clocked. Now, I want to use this calculated field to limit my selection to those users clocked over 14 hours. Now, I can’t a was to limit my query based on the calculated field. Any suggestions would be appreciated. Thanks.

Sorry, I just figured it out with a sub-query… Please disregard. Thanks

I generally use the SubQuery Criteria tab for the main query. Choose ‘Calculated’ from the table list, then pick your calculated field and set your condition and filter values.

Good luck!
Nate

Thanks!