Issue with Grouping

TABLE WITHOUT ID
file.link AS Client,
t.text As "Task"
FROM "Active Docket"
FLATTEN file.tasks AS t
SORT Client ASC
```
Given the image, I want to group by the client. when I try to add a Group by I get nothin in the results?

HELP!