Accommodation Journal03_observationsWeeklyπŸ“Š IEP Progress Review: Week 38 (2026)

πŸ“Š IEP Progress Review: Week 38 (2026)

πŸ“ˆ Profile Performance This Week

This automated table gathers all daily data logged during this specific calendar week.

TABLE 
    Profile AS "Learning Profile",
    round(average(rows.Effectiveness), 1) AS "Weekly Avg Success",
    rows.Strategy AS "Strategies Used"
FROM "03_observations/Weekly"
WHERE file.day.week = 38 AND file.day.year = 2026
GROUP BY Profile
Built with LogoFlowershow