To query Red Flags follow these steps


1. Navigate to the Query page


2. For all Red Flags copy this query to the Query page and run the query

  • LIST STU FLG STU.ID STU.NM STU.GR FLG.TC FLG.CO FLG.IDT IF FLG.TC > " " 


3. For Red Flags for a specific table

  • Copy this query to the Query page and replace the XXX with the appropriate Table Code

    •  LIST STU FLG STU.ID STU.NM STU.GR FLG.TC FLG.CO FLG.IDT IF FLG.TC = XXX 

    • Example:  This query will give you students that have a Red Flag on the Student Demographics page (STU)

    • LIST STU FLG STU.ID STU.NM STU.GR FLG.TC FLG.CO FLG.IDT IF FLG.TC = STU