AAdd fte_total_current to utDataStoR to replace
fte_off_edify
have the new query report both ug, gr, and total fte by term, have it use snapshot data and do not hard code terms.
Correct the problems with fte_off_edify, it is pulling from the student level and not the course level like fte_total_current will.
When reporting FTE it is often reported in 3 ways, undergraduate fte, graduate fte and total fte. Writing 1 query for all 3 of these requests makes the most sense and means that there are less queries to manage in utDataStoR.
Add a query for total fte that is for current, one for census and one for eot this will mirror what we are doing with headcount. There is a headcount_current, headcount_census and headcount_eot.
AAdd fte_total_current to utDataStoR to replace fte_off_edify have the new query report both ug, gr, and total fte by term, have it use snapshot data and do not hard code terms.
Correct the problems with fte_off_edify, it is pulling from the student level and not the course level like fte_total_current will.
When reporting FTE it is often reported in 3 ways, undergraduate fte, graduate fte and total fte. Writing 1 query for all 3 of these requests makes the most sense and means that there are less queries to manage in utDataStoR.
Add a query for total fte that is for current, one for census and one for eot this will mirror what we are doing with headcount. There is a headcount_current, headcount_census and headcount_eot.