Resolved: Enrollment Dashboards Tuition Load Status Description

Update 3/26/2026: 

The issue with Tuition Load Status Description Group Breakdowns has been corrected in Campus Data Warehouse production and is now pulling the expected values on the Enrollment dashboards. 



3/25/2026

The Tuition Load Status Description in the Group Breakdown options on Enrollment (Census) dashboards are not pulling correctly.  The values that appear are for Load Status Description.

Enrollment (Census) Terms Detail Tuition Load Status Description not pulling correct values. Pulling Load Status Description values.

Found the problem with the Group Breakdown parameters logic for these two fields. Because "Load Status Description" is the ending of both fields and "Load Status Description" is ordered first in the ifelse statement, "Load Status Description" pulls in for both "Load Status Description" and "Tuition Load Status Description." Changing the order so that "Tuition Load Status Description" comes before "Load Status Description" in the logic will fix the issue.

/*----------Registration Classifications----------*/
endsWith(${pDGroupBreakdown1},"Full-Time / Part-Time Status"),{Full-Time / Part-Time Status},
endsWith(${pDGroupBreakdown1},"Load Status Description"),{Load Status Description},
endsWith(${pDGroupBreakdown1},"Student Classification"),{Student Classification Sort},
endsWith(${pDGroupBreakdown1},"Student Level"),{Student Level Sort},
endsWith(${pDGroupBreakdown1},"Time Status"),{Time Status},
endsWith(${pDGroupBreakdown1},"Tuition Load Status Description"),{Tuition Load Status Description},

This should be a QuickSight dataset change only.

The following fields will need to be updated in the ERS - Student dataset:
Categorized Group Breakdown 1
Categorized Group Breakdown 2
Categorized Group Breakdown 3
Categorized Group Breakdown 4