Focal Point
[CLOSED] Subtotal in two lines

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

April 20, 2011, 07:09 AM
hemantkrgupta
[CLOSED] Subtotal in two lines
I am working on HTML/PDF and Excel report output. I tried below code but the subtotal line is coming in two lines.

TABLE FILE CENTORD
SUM
CENTORD.PINFO.QUANTITY
CENTORD.OINFO.ORDER_DATE
BY LOWEST CENTORD.OINFO.ORDER_DATE NOPRINT
ON CENTORD.OINFO.ORDER_DATE SUBTOTAL AS ' '
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$
ENDSTYLE
END

but if i try the below code the o/p comes as desired in one line

TABLE FILE CENTORD
SUM
CENTORD.PINFO.QUANTITY
CENTORD.OINFO.ORDER_DATE
BY LOWEST CENTORD.OINFO.ORDER_DATE
ON CENTORD.OINFO.ORDER_DATE SUBTOTAL AS ' '
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$
ENDSTYLE
END

Can any one help me in above issue.

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


WebFocus: 7.702, Windows
all output
April 20, 2011, 07:21 AM
jimster06
Take a look here


jimster06
DevStu WF 7.6.11
W7
HTML, PDF, EXL2K