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
lukkalukka 

challenge error, report not grouped by Case status, but there is no STATUS column

I got the error saying: The 'Cases by Status' report is not grouped by Case status
but the CASES type does not have a column called "Status"
the standard report type can't be modified, so how can I make it work and pass the test?

below is my screenshot, i have 'open' and 'closed' in 2 columns, but no 'status'

thanks a lot to anyone who can help! 
User-added imagef
Best Answer chosen by lukka
DixitDixit
so you can't add the "status" field (which is in the list on the left) and group it by that field?

All Answers

DixitDixit
so you can't add the "status" field (which is in the list on the left) and group it by that field?
This was selected as the best answer
Amit Chaudhary 8Amit Chaudhary 8
Please check below post for same issue
1) https://developer.salesforce.com/forums/?id=906F0000000BPQNIA4
2) https://developer.salesforce.com/forums/?id=906F0000000BYD6IAO

To complete this challange you need to create a "Cases by Status" report in 'Unfiled Public Reports' Folder.

Step 1:- Create one report :-
NOTE :- 1) Report Type should be 'Cases'
2) This should be "summary report"
3) grouped by the Status
4) All Time
5) Make sure to show details on the report by enabling 'Details'.

Report should be like below :
User-added image

NOTE: Your report should be in summary format and plz include Owner and Account Name in your report as below.

Let us know if this will help you
lukkalukka
hi Dixit, 
thank you so much, I didn't realize I can pull the 'status' into the report, your help is much appreciated. I just passed the test. :)