I want to count how many lessons of a subject a student has done
-
I have a lesson report table which is updated by all teachers. It is accessed via a shortcode on our website. Amongst the columns that exist in the table is ‘student name’ and ‘subject’. I would like to create a view for admin staff to see how many lessons of each subject a student has done. The student name column is populated from a dropdown menu and the subject column is populated from a dropdown menu. So basically, I’d like to count the number of entries for each subject per student and display it in a new view. This will tell us how many times a student has had each subject and we can adjust their timetable so the lessons even out or we can group students and top up on a subject. What would be ideal is if we could create a new view with the student’s name in one column and then the subject names as headers with the count of how many times the subject appears for that student. Is this possible, please, and how can it be done?
- The topic ‘I want to count how many lessons of a subject a student has done’ is closed to new replies.