Focal Point
Subhead but not using BY

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8661039871

August 04, 2006, 05:44 AM
Ringo
Subhead but not using BY
How can I put the field in the "SUBHEAD" without sorting that field with "BY" ?


Ringo
August 04, 2006, 08:53 AM
Kamesh
ON TABLE SUBHEAD
"test"


WFConsultant

WF 8105M on Win7/Tomcat
August 04, 2006, 09:37 AM
Leah
Do you want it printed as a result of another BY field break? Kamesh's example will print the subhead on the first page.


Leah
August 04, 2006, 09:47 AM
Leah
Here is a 'silly' example:
TABLE FILE CAR
PRINT DEALER_COST RETAIL_COST
BY COUNTRY
ON COUNTRY SUMMARIZE DEALER_COST
ON COUNTRY SUBHEAD
"{COUNTRY FIRST MODEL {FST.MODEL"
ON COUNTRY SUBFOOT
"{COUNTRY LAST MODEL {LST.MODEL "
END
"{" represents the less than symbol


Leah