Creating a report formula
When SESIS users are creating or editing a private report, they may need to create a formula that defines what data to capture in the report. Formulas can be based on one or multiple fields and values.
To create a report formula
Option | The report will include records that… |
= (equal to) | Contain a specific value in the selected field. For example, this function can be used to find all students in 7th grade. |
The <>(unequal to) | Do NOT contain a specific value in the selected field. For example, this function can be used to find all students except those who have autism. |
IS NOT EMPTY | Contains any value at all in the selected field. For example, this function can be used to find all students with an eligibility category listed. |
IS EMPTY | Contain no value (are empty) in the selected field. For example, this function can be used to find students who do not have an eligibility category listed. |
IN (is one of) | Contain one of a number of specified values in the selected field. For example, this function can be used to find all students in 2nd AND 3rd grade. |
NOT IN | Do NOT contain any of a number of specified values in the selected field. For example, this function can be used to find all students except those in 6th or 7th grade. |
SH7148 |
Last revised: May 18, 2010 |