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!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
