Jump to content

I have a file of data sorted by Dept and Count of Widgets. ...


robert fuschetto

Recommended Posts

You can use in the BY field . HIGHEST OR LOWEST 20 .

`> TABLE FILE WF_RETAIL_SALES

 

SUM

WF_RETAIL_SALES.WF_RETAIL_SALES.GROSS_PROFIT_US

BY HIGHEST 10 WF_RETAIL_SALES.WF_RETAIL_SALES.ID_PRODUCT

ON TABLE SET PAGE-NUM NOLEAD

ON TABLE SET ASNAMES ON

ON TABLE NOTOTAL

ON TABLE PCHOLD FORMAT HTML`

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...