...
Argos and EIS FTES reports both have incomplete logic to correctly calculate FTES for IW/ID sections with a lab/activity/other component.https://sequoias.atlassian.net/browse/AP-58
Attendance Method
All independent study to make sure all of them have FTES. Some courses run active without enrollment (SSBSECT_ENRL). Expect not to see results other than the 0 enrollment.
Code Block |
---|
WHERE STVACCT_CODE IN ('I','ID','IW','TE','WE') AND CONTACT_HOURS_FTES IS NULL |
Independent Weekly - STVACCT_CODE
with only Weekly STVACCT_WCH
= “Y” and Independent Study STVACCT_INDEPENDENT_IND
= ”Y”
...