Skip to content

Commit

Permalink
Merge pull request #1242 from TEAMSchools/cohort-stat
Browse files Browse the repository at this point in the history
add cohort to relevant state testing views
  • Loading branch information
GabyRangelB authored Jul 1, 2024
2 parents fffee14 + b32802e commit 587bec9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ with
e.state_studentnumber,
e.lastfirst as student_name,
e.grade_level,
e.cohort,
e.enroll_status,
e.is_out_of_district,
e.gender,
Expand Down Expand Up @@ -65,6 +66,7 @@ with
fleid,
lastfirst as student_name,
grade_level,
cohort,
enroll_status,
is_out_of_district,
gender,
Expand Down Expand Up @@ -398,6 +400,7 @@ with
s.state_studentnumber,
s.student_name,
s.grade_level,
s.cohort,
s.enroll_status,
s.gender,
s.lunch_status,
Expand Down Expand Up @@ -439,6 +442,7 @@ with
s.fleid as state_studentnumber,
s.student_name,
s.grade_level,
s.cohort,
s.enroll_status,
s.gender,
s.race_ethnicity,
Expand Down Expand Up @@ -499,6 +503,7 @@ select
s.state_id,
s.student_name,
s.grade_level,
s.cohort,
s.enroll_status,
s.gender,
s.race_ethnicity,
Expand Down Expand Up @@ -564,6 +569,7 @@ select
s.state_id,
s.student_name,
s.grade_level,
s.cohort,
s.enroll_status,
s.gender,
s.race_ethnicity,
Expand Down Expand Up @@ -629,6 +635,7 @@ select
state_id,
student_name,
grade_level,
cohort,
enroll_status,
gender,
race_ethnicity,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ with
e.state_studentnumber,
e.lastfirst as student_name,
e.grade_level,
e.cohort,
e.enroll_status,
e.is_out_of_district,
e.gender,
Expand Down Expand Up @@ -174,6 +175,7 @@ select
s.state_studentnumber,
s.student_name,
s.grade_level,
s.cohort,
s.enroll_status,
s.gender,
s.race_ethnicity,
Expand Down

0 comments on commit 587bec9

Please sign in to comment.