Suppressing Grand Totals: NOTOTAL

You have already learned how to suppress the display of redundant subtotals using the MULTILINES command. To further enhance your control of totaling on reports, you can also suppress grand totals using the NOTOTAL command.

Issue the following request:

TABLE FILE EMPLOYEE	
SUM GROSS
BY DEPARTMENT BY CURR_JOBCODE
ON DEPARTMENT SUBTOTAL
ON TABLE NOTOTAL
END

Run the request. The output is:

Notice that unlike all of the other reports in this chapter, this one does not display a grand total.

WebFOCUS

Feedback