This query gave me a table of number of clients by clinic:
```dataview
TABLE length(rows) as Number
FROM #client
GROUP BY clinic
```
This query gave me a table of number of clients by clinic:
```dataview
TABLE length(rows) as Number
FROM #client
GROUP BY clinic
```