function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Spandy cSpandy c 

how to dispaly all new cases,working cases,closed cases against an account in salesforce

how to dispaly all new cases,working cases,closed cases against an account in salesforce using apex in the form of report.
ex:
accountname|newcases|workingcases|closedcases|
acc1              |  3              |  5                    |  7
acc2              |4                |2                      |3
Spandy cSpandy c
hi could anyone please give suggestion