Report Showing Users with No Logged Hours? | Community
Skip to main content
Madalyn_Destafney
New Participant
November 22, 2023
Solved

Report Showing Users with No Logged Hours?

  • November 22, 2023
  • 1 reply
  • 724 views

Hi all, mental block here - I have an hour report for all active users grouped by user so I can see total hours logged by user, but what this wouldn't pull is any user that has ZERO logged time (ever, on any object). How can I pull this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ajdifonzo

Hi Madalyn, 

 

I have to give credit to @doug_den_hoed__atappstore   for this one that I have saved.  This is not an hour report, but a user report with the following to that will return any Users with no hours entered in the past 7 days (for example):

 

EXISTS:a:$$EXISTSMOD=NOTEXISTS

EXISTS:a:$$OBJCODE=HOUR

EXISTS:a:entryDate=$$TODAY-7d

EXISTS:a:entryDate_Mod=gt

EXISTS:a:ownerID=FIELD:ID

 

Hope this helps. 

 

1 reply

ajdifonzo
ajdifonzoAccepted solution
New Participant
November 22, 2023

Hi Madalyn, 

 

I have to give credit to @doug_den_hoed__atappstore   for this one that I have saved.  This is not an hour report, but a user report with the following to that will return any Users with no hours entered in the past 7 days (for example):

 

EXISTS:a:$$EXISTSMOD=NOTEXISTS

EXISTS:a:$$OBJCODE=HOUR

EXISTS:a:entryDate=$$TODAY-7d

EXISTS:a:entryDate_Mod=gt

EXISTS:a:ownerID=FIELD:ID

 

Hope this helps. 

 

Madalyn_Destafney
New Participant
November 22, 2023

It's beautiful! Thank you and thanks @doug_den_hoed__atappstore !

If this helped you, please mark correct to help others : )