Focal Point
Suppressing the word 'TOTAL*' in the subtotal

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

December 20, 2006, 07:15 AM
Code Digger
Suppressing the word 'TOTAL*' in the subtotal
When we need to show a subtotal, the subtotal row gets displayed indicated by the word 'TOTAL*'. How do we suppress the word 'TOTAL*'. It is required that the label 'SUBTOTAL' needs to be shown irrespective of the value of the sort field.
December 20, 2006, 07:37 AM
Tony A
CD,

Do you mean this?
TABLE FILE CAR
SUM RCOST
    DCOST
BY COUNTRY
BY CAR
-*ON COUNTRY SUBTOTAL DCOST AS 'Subtotal for '
ON COUNTRY SUMMARIZE DCOST AS 'Subtotal for '
ON TABLE NOTOTAL
END
-RUN


Use either "subtotal" or "summarize" to effect the same outcome.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10