forked from science-ation/science-ation
- Add the easyparse student names option
This commit is contained in:
parent
6c61595cb9
commit
71166d3e6b
@ -434,6 +434,13 @@ $report_students_fields = array(
|
|||||||
'table' => "CAST(projects.projectnumber AS UNSIGNED) AS GVRSFTBL, CONCAT(projectcategories.category_shortform, ' ', projects.projectnumber, ' ', projectdivisions.division_shortform)",
|
'table' => "CAST(projects.projectnumber AS UNSIGNED) AS GVRSFTBL, CONCAT(projectcategories.category_shortform, ' ', projects.projectnumber, ' ', projectdivisions.division_shortform)",
|
||||||
'table_sort' => 'GVRSFTBL'),
|
'table_sort' => 'GVRSFTBL'),
|
||||||
|
|
||||||
|
'easyparse_allnames' => array(
|
||||||
|
'name' => "Easy Parse -- All Student Names (REQUIRES MYSQL 5.0) ",
|
||||||
|
'header' => 'Student(s)',
|
||||||
|
'width' => 3.0,
|
||||||
|
'table' => "GROUP_CONCAT(students.lastname, ',', students.firstname ORDER BY students.lastname SEPARATOR ':')",
|
||||||
|
'group_by' => array('students.registrations_id')),
|
||||||
|
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user