When a parent chooses Decline to State on the Income Survey, a Free and Reduced (FRE) record is not created.
Workaround
Query Skip students that have a PDC Free and Reduced FRE record
- SKIP STU FRE IF FRE.SRC = PDC AND FRE.ESD > 07/01/2024
Query List the students that have a Data Confirmation Log (ICL) record for FRE
- LIST STU ICL STU.SC STU.ID STU.NM ICL.TC ICL.DT ICL.DTS BY ICL.DTS ^ IF ICL.TC = FRE AND ICL.DTS > 07/01/2024