Focal Point
Custom Sort Field in the report

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

January 03, 2005, 07:00 AM
thangam
Custom Sort Field in the report
BY sortfield ROWS value1 OVER value2 [... OVER valuen]


When I use the above syntax, Sortfield title is not appearing in the report as mentioned in the document.

Is there any way to display the sortfield title in my report?/
January 03, 2005, 11:39 AM
joan_c
Try

PRINT sortfield ....

BY sortfield ROWS NOPRINT value1 OVER value2 [... OVER valuen]
January 04, 2005, 01:42 AM
thangam
By doing the above will avoid displaying the entire column. I want to display the field with title.
January 04, 2005, 01:35 PM
<Pietro De Santis>
It is interesting that this does not work:

TABLE FILE CAR
PRINT MODEL
BY COUNTRY AS 'COUNTRY' ROWS JAPAN OVER ENGLAND
END