Credit Hours Object Tags
Below are credit hour object tags. Object tags can be used with a List Students, Object Reports, or Exporting data. Typically, when using list students or exporting student data, the user can only export fields from the student record. Object tags allow the user access to more information, either that the system calculates for the user or from other tables in the database like the schools table.
Instead of typing in a field name, type one of the tags below. Include the carrot and the parenthesis:
Tag | Format | Result |
All hours earned | ^(*credit_hours.credit_type) | The student’s total credit hours earned |
Credit type | ^(*credit_hours.credit_type,MA) | The student’s total Math credit hours earned |
Grade Level | ^(*credit_hours;9) | The student’s total credit hours earned in grade 9
Note: Multiple grades can be listed such as ^(*credit_hours;10,11) |
Grade Level & Semester | ^(*credit_hours;9;S1) | The student’s total semester 1 credit hours earned in grade 9 |
Potential Hours | ^(*potential_credit_hours) | The student’s total potential credit hours
Note: The filters used for credit hours earned can also be used for potential credits hours such as ^(*potential_credit_hours;9) or ^(*potential_credit_hours.credit_type,MA) |