I have a table called user_feedbacks,
For type we have 4 default values - 1-Suggestion, 2-Request, 3-Damage Report, 4-Incident
For status we have 3 default values - 0-open, 1-in progress, 2-closed
I want to show under each type for each status, count of records like below [Required Output],
{…

Top comments (0)