Focal Point
don't want the subfoot to be printed if only one line

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

May 08, 2008, 10:34 AM
Cati - France
don't want the subfoot to be printed if only one line
Hello everybody,

I don't want the subfoot to be printed if the result of SUM CNT.DST.TSC_CODINT is 1.
How can I code it ?
Thanks for help.


here is my code
TABLE FILE TMP_STATS_CA
SUM
CNT.DST.TSC_CODINT WITHIN TCA_LIB NOPRINT AS 'NbMes'
NB AS 'Nb'
MONTANT AS 'Montant'
BY MOIS NOPRINT
BY LIBMOIS NOPRINT
BY SVDAVE AS 'Date'
BY TCA_CODE AS 'Opération'
BY TCA_LIB AS 'Libellé'
BY TSC_CODINT AS 'Message'
BY TSC_LIB AS 'Libellé'

ON LIBMOIS SUBHEAD
"
ON TCA_LIB SUBFOOT
"


7.7.02 (Html, Excel, Ahtml, Pdf,Graph,.....)
OS400 V5R3, V5R4
Windows 2000/2003/2007/2010
May 08, 2008, 10:47 AM
Leah
I don't see a subfoot in your code, but

ON LIBMOIS SUBFOOT MULTILINES ... don't have a sample in front of me so check spelling and order


Leah
May 08, 2008, 02:35 PM
Danny-SRL
Cati,
Please resend your procedure but put it between the CODE and /CODE tags. you can find them in the last icon on the message bar. The we can see your subfoot.
A bientot,


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

May 09, 2008, 01:21 AM
Cati - France
MULTILINES works perfectly.
Thanks a lot for your answer.
Catherine.


7.7.02 (Html, Excel, Ahtml, Pdf,Graph,.....)
OS400 V5R3, V5R4
Windows 2000/2003/2007/2010
May 11, 2008, 02:05 PM
Leah
You're welcome, Cati, Welcome to the world of Focal Point.


Leah