Report showing all jobs completed by specific technician?

I need to generate a report for audit purposes that shows all work orders completed by a specific technician over a defined date range. I have confirmed that the technician has completed 47 jobs in the past quarter, but I cannot locate a report template that filters by both technician assignment and completion status simultaneously.

Current environment:
— FieldPulse web application, version 3.2.1
— User role: Administrator
— Date range required: 2025-05-01 through 2025-07-31

I have attempted the following without success:

  1. Work Order Summary Report — allows date filtering but does not expose technician assignment as a filter criterion
  2. Technician Performance Report — shows aggregate metrics but does not list individual work orders
  3. Custom Report builder — technician field appears in available columns but not in filter conditions

Can someone confirm whether this specific reporting scenario is supported? If so, which report template and filter combination should I use? I can reproduce this limitation consistently across Chrome 128 and Firefox 130.

Additionally, is there a method to export the resulting data to CSV or Excel format for further analysis?

Parents
    • For column restriction: no built-in column picker on export
    • Workaround: create a saved view with only needed columns visible, then export — most unnecessary columns suppress automatically
    • Alternative: API call to /work_orders with technician_id and status=completed filters, specifying only required fields in include parameter

    We use the API route for automated audit pipelines. YMMV depending on your technical resources.

Reply
    • For column restriction: no built-in column picker on export
    • Workaround: create a saved view with only needed columns visible, then export — most unnecessary columns suppress automatically
    • Alternative: API call to /work_orders with technician_id and status=completed filters, specifying only required fields in include parameter

    We use the API route for automated audit pipelines. YMMV depending on your technical resources.

Children
No Data