I have a running total that gives me a distinct count of kiddies that have been allocated preference 21 per school they have been allocated to.
so the running total goes
Summarise:
distinct count of student.stud_id
Evaluate (use a formula)
{CHOICES.ALLOCATE_FLAG} = 'Y' and {CHOICES.PREFERENCE} = 21
Reset (on change of group)
Group #2 bases.base_name
which is fine
After that i have the same running total resetting on the LA of the school (reset on group 1)
After that i have the same running total again but not resetting at all.
again this is all working correctly for what it's doing currently.
what i need is for these 3 running totals to only include those kiddies who have expressed preference 1, 2, or 3 as well as preference 21 and for preferences 1, 2, and/or 3 (all that they have) to be allocate flag (status) 'R'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Whoever battles with monsters had better see that it does not turn him into a monster. And if you gaze long into an abyss, the abyss will gaze back into you." ~ Nietzsche"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
so the running total goes
Summarise:
distinct count of student.stud_id
Evaluate (use a formula)
{CHOICES.ALLOCATE_FLAG} = 'Y' and {CHOICES.PREFERENCE} = 21
Reset (on change of group)
Group #2 bases.base_name
which is fine
After that i have the same running total resetting on the LA of the school (reset on group 1)
After that i have the same running total again but not resetting at all.
again this is all working correctly for what it's doing currently.
what i need is for these 3 running totals to only include those kiddies who have expressed preference 1, 2, or 3 as well as preference 21 and for preferences 1, 2, and/or 3 (all that they have) to be allocate flag (status) 'R'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Whoever battles with monsters had better see that it does not turn him into a monster. And if you gaze long into an abyss, the abyss will gaze back into you." ~ Nietzsche"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~