I used this code to find the totals for the number of applicants within each state and the total that were accepted:
ON AS_ADMISSIONS_APPLICANT.AS_ADMISSIONS_APPLICANT.HIGH_SCHOOL_STATE SUBFOOT
"Number of apps accepted: <ST.AS_ADMISSIONS_APPLICANT.AS_ADMISSIONS_APPLICANT.Accept "
"Number of apps: <ST.PIDMCNT "
It worked in the subfoot but not in the subhead. Is there any way to make this work in the subhead?This message has been edited. Last edited by: FP Mod Chuck,
DEFINE FILE CAR
TOT_COUNTRY/D12=RCOST;
END
TABLE FILE CAR
SUM TOT_COUNTRY NOPRINT BY COUNTRY
SUM RCOST
BY COUNTRY
SUBHEAD
"TOTAL RETAIL COST FOR COUNTRY <TOT_COUNTRY"
BY CAR
END
WebFOCUS 8206, Unix, Windows
Posts: 1720 | Location: New York City | Registered: December 30, 2015