Does anyone know how I could create a time search ...
# suiteanalytics
n
Does anyone know how I could create a time search that would eliminate any employee that has a timesheet >= 44h for last business week? (aka grouped by employee, sum the time, then eliminate the ones that are < 44h)
b
look at the summary subtab under your criteria tab
n
i have, but how would I do that? this has really been a head scratcher
I guess I should be more specific- I did achieve it but I wanted to expose more fields (project - grouped)
and it messed with the results as the sum was not working properly anymore
b
basics is that summary criteria use the same grouping as your columns
use the summary columns to group your search results
and the summary criteria to add criteria on those groups of search results
n
yeah I get it.. it just seems like its a sum of a sum though
don't know if that's possible
b
no sums of different groups
n
lets say I have: Employee 1 Project 1 40 Employee 1 Project 2 10 Total = 50 >= 44
grouped by employee & project, and the 40 & 10 are the result of a formula
b
summary criteria wont let you group by employee and employee/project
you get one or the other
you can try using the analytic form of sum in a formula, but ive never had much luck using those in criteria
n
yeah...
ok thank you i'll give that a shot
b
expect to do some weird stuff to your formula
n
interesting
m
I'm pretty sure it's not possible to use an analytic function in criteria
👍 1