Is there a group by in a flowfield?

wolfuliumwolfulium Member Posts: 30
Hey I am trying to get the number of jobs that have billable type planning lines for a cue on the role center.

I have a flowfield that is set up like so:
Count("Job Planning Line" WHERE (Line Type=CONST(Billable),Planning Date=FILTER(<TODAY)))

this is getting me a list of planning lines but also has a multiples for a job.
I only need the count of jobs with planning lines not the count of the planning lines.

Is there a better way to join the job table on to the planning lines? or Is there a group by that helps clean this up?





Best Answers

Answers

Sign In or Register to comment.