Focal Point
SubTotal Formating.....

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

April 15, 2008, 03:47 AM
focuzsambit
SubTotal Formating.....
I have a report having Region as by field.
When i do a subtotal on Region (ON REGION SUBTOTAL AS 'Total'),
the display is coming as >>
Total Region 0000
Total Region 0100
likewise...
But i want the subtotal title as "Total".
any pointer how to accomplish the same ??

tks/sam


WF Server: 7.1.4 on Z/OS and Linux, ReportCaster
Data: DB2, DB2/UDB, Adabas, SQL Server, Oracle Output: HTML,PDF,Excel2K
WF Client: Servlet, CGI
April 15, 2008, 05:03 AM
Anatess
How about using SUBFOOT like
ON REGION SUBFOOT "Total: <SUM.THEFIELD" 
and have the alignment controlled by CSS?


WF 8.1.05 Windows
April 15, 2008, 06:48 AM
focuzsambit
any alternate ?
my code is bit complicated, so i can't go for this approach ............


WF Server: 7.1.4 on Z/OS and Linux, ReportCaster
Data: DB2, DB2/UDB, Adabas, SQL Server, Oracle Output: HTML,PDF,Excel2K
WF Client: Servlet, CGI
April 15, 2008, 07:35 AM
Danny-SRL
Try this!

DEFINE FILE CAR
Total/A5 WITH COUNTRY ='Total';
END
TABLE FILE CAR
SUM SALES 
BY COUNTRY
BY Total  NOPRINT SUBTOTAL AS ''
BY CAR
END



Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF