Focal Point
Suppressing Sub-Total Labels

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

June 22, 2006, 10:23 AM
Vickie
Suppressing Sub-Total Labels
Is there a way to blank out - or suppress - subtotal labels? I've tried using: as ' ', but it does not work. Reporting in Excel format, does this make a difference?

Thanks for any help....vickie
June 22, 2006, 12:05 PM
JimRice
Hi Vickie,

Here's an old trick that uses a dummy field that is set to a blank. I don't know if this will work in your case, but give it a try.

DEFINE FILE CAR
BLANK/A1 = ' ';
END
-*
TABLE FILE CAR
SUM RETAIL_COST
BY COUNTRY
BY BLANK NOPRINT
BY CAR
ON BLANK SUBTOTAL AS ''
ON TABLE PCHOLD FORMAT EXL2K
END

Jim


WF DevStu 5.2.6/WF Srv 5.2.4/Win NT 5.2
June 22, 2006, 12:19 PM
Vickie
Thanks, Jim....will try that and let you know how I make out.

vickie
June 22, 2006, 04:00 PM
Vickie
Worked perfectly, Jim.

Many thanks...vickie