Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Requested Features

Current Cycle

Release 2023.1.0 [

...

July 2023]

Features to Complete

  • None

Features to Consider

  • None

Features Ready for Release

  • Removed filter fields for values that were removed from the underlying query
  • SQL-ONLY: Resolved issue with duplicate records introduced by new holds code.

Previous Cycles

Release 2022.1.2a [May 2023]

  • SQL-ONLY: The immunization hold counts on the RM report do not match the counts in the Registration Ops Summer file on the H drive. Resolved: - Updated the holds counts in the a2_rm_pbi scripts

...

Release 2022.1.2 [December 2022]

  • Target Enrollment data  don't change when the  Cohort_Status (Continue and New) filter is clicked
  • Add the sum of the Target Enrollment (The following Dax measures were used to add the sum:)


Code Block
Max Target CN = MAXX(FILTER(a2_rm_pbi,a2_rm_pbi[Cohort_Status]="Continuing Student"),a2_rm_pbi[Target_by_Program])

...


Max Target NW = MAXX(FILTER(a2_rm_pbi,a2_rm_pbi[Cohort_Status]="New Student"),a2_rm_pbi[Target_by_Program])

...


Sum Traget CN = SUMX(VALUES(a2_rm_pbi[Program_Description]),[Max Target CN])

...


Sum Traget NW = SUMX(VALUES(a2_rm_pbi[Program_Description]),[Max Target NW])

...


Target Enrollment = [Sum Traget NW]+[Sum Traget CN]


Release 2022.1.1 [November 2022]

...