Skip to content

Commit 56ef12e

Browse files
authored
update filters on enrollment detail reporting table (#2204)
1 parent b54773a commit 56ef12e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ol_dbt/models/reporting/enrollment_detail_report.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ with enrollments as (
4242
and program_enrollments.program_name = coursesinprogram.program_name
4343
and program_enrollments.program_id = coursesinprogram.program_id
4444
where coursesinprogram.program_name <> 'Computer Science'
45+
and (programenrollment_enrollment_status is null or trim(programenrollment_enrollment_status)= '')
4546
)
4647

4748
, course_passed_counts as (

0 commit comments

Comments
 (0)