Focal Point
[SOLVED]PCT.CNT

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

March 02, 2011, 05:00 PM
gmal
[SOLVED]PCT.CNT
I know there is an issue with pct.cnt , it needs an across, but I need to create a HOLD file for a graph. How do I obtain the total per group (subtotal) so I can use it in the hold file?

This message has been edited. Last edited by: gmal,


WebFocus 762,7611, 7.7.02 XP for Dev/test; Linux Prod 7.6.2; MRE
March 03, 2011, 01:37 AM
Dave
Gmal,

a car sample:
TABLE FILE CAR
SUM SALES AS SALESTOTAL_COUNTRY
BY COUNTRY
SUM SALES AS SALES_CAR
BY COUNTRY
BY CAR
ON TABLE HOLD AS HLD01 FORMAT FOCUS
END


You now have a HOLD file with both the sales per car and the total of sales for the country on each row.

G'luck


_____________________
WF: 8.0.0.9 > going 8.2.0.5
March 04, 2011, 10:34 AM
gmal
That worked perfectly, thank you!


WebFocus 762,7611, 7.7.02 XP for Dev/test; Linux Prod 7.6.2; MRE