Active Clients by Office

Active client counts per office. · entity clients · 0 rows
CSV Excel Edit
office_nametotal
No data. Run a sync first.
Generated SQL
SELECT `office_name`, COUNT(*) AS `total`
FROM `clients`
WHERE `client_status_code` = 'Active'
GROUP BY `office_name`
ORDER BY `total` DESC
 LIMIT 5000