We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54773a commit 56ef12eCopy full SHA for 56ef12e
1 file changed
src/ol_dbt/models/reporting/enrollment_detail_report.sql
@@ -42,6 +42,7 @@ with enrollments as (
42
and program_enrollments.program_name = coursesinprogram.program_name
43
and program_enrollments.program_id = coursesinprogram.program_id
44
where coursesinprogram.program_name <> 'Computer Science'
45
+ and (programenrollment_enrollment_status is null or trim(programenrollment_enrollment_status)= '')
46
)
47
48
, course_passed_counts as (
0 commit comments