dashboard issues
This commit is contained in:
parent
165b836271
commit
7f707f16dd
@ -707,7 +707,7 @@ public function leadCountMonth($branchId = null, $requestedBy = null){
|
||||
SUM(IF((MONTH(std.CreatedOn) = 3), 1, 0)) AS March,
|
||||
SUM(IF((MONTH(std.CreatedOn) = 4), 1, 0)) AS April,
|
||||
SUM(IF((MONTH(std.CreatedOn) = 5), 1, 0)) AS May,
|
||||
COUNT(DISTINCT std.StudentID) AS total,
|
||||
COUNT( std.StudentID) AS total,
|
||||
GROUP_CONCAT(DISTINCT sc.sname, '-', sc.cnt SEPARATOR ';') AS AdmissionTakenBy
|
||||
FROM
|
||||
T_StudentDetails std
|
||||
@ -752,7 +752,7 @@ public function leadCountMonth($branchId = null, $requestedBy = null){
|
||||
SUM(IF((MONTH(std.CreatedOn) = 3), 1, 0)) AS March,
|
||||
SUM(IF((MONTH(std.CreatedOn) = 4), 1, 0)) AS April,
|
||||
SUM(IF((MONTH(std.CreatedOn) = 5), 1, 0)) AS May,
|
||||
COUNT(DISTINCT std.StudentID) AS total,
|
||||
COUNT( std.StudentID) AS total,
|
||||
GROUP_CONCAT(DISTINCT sc.sname, '-', sc.cnt SEPARATOR ';') AS AdmissionTakenBy
|
||||
FROM
|
||||
T_StudentDetails std
|
||||
|
||||
Loading…
Reference in New Issue
Block a user