Skip to content

Group By Query - Results without Data #94

@jkirish

Description

@jkirish

If you execute a group by query similar to the query below the pane doesn't show the results with the data.

SELECT Parent.Account.Name, Count(Id) FROM CaseComment WHERE CreatedDate > 2024-01-01T00:00:00.000Z and CreatedDate < 2024-01-06T00:00:00.000Z GROUP BY Parent.Account.Name Order by Parent.Account.Name

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions