The following is the rule for a Enrol Ratio cube. It is getting base ratio from a Ratio cube by doing it at upper level of program. I am wondering if the feeder is right or not and over-feeding?
Code: Select all
SKIPCHECK;
['Enrol Ratio'] = DB('Ratio',!Scenario,!Location,ELPAR('Program',!Program,1),!Course,'Base Ratio');
FEEDERS;
['Base Ratio'] => DB('Ratio',!Scenario,!Location,'All Programs',!Course,'Enrol Ratio');