You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Percentage of schools which have started data entry.
select
(count(id)100)/(SELECT count() from institutions where openemis.institutions.institution_status_id = 1),
$__time(ist.created, '1h')
from institutions ist
where id in (select institution_id from institution_students);
Number of active schools.
SELECT count(*) from institutions where openemis.institutions.institution_status_id = 1
The text was updated successfully, but these errors were encountered:
Percentage of schools which have started data entry.
select
(count(id)100)/(SELECT count() from institutions where openemis.institutions.institution_status_id = 1),
$__time(ist.created, '1h')
from institutions ist
where id in (select institution_id from institution_students);
Number of active schools.
SELECT count(*) from institutions where openemis.institutions.institution_status_id = 1
The text was updated successfully, but these errors were encountered: