Focal Point
BYTOC and Report Caster - New Feature Request? - Resolved

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

July 27, 2011, 09:37 AM
PBrightwell
BYTOC and Report Caster - New Feature Request? - Resolved
we are still on 768 and report caster doesn't support BYTOC has that changed? Or should I request a new feature?

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


Pat
WF 7.6.8, AIX, AS400, NT
AS400 FOCUS, AIX FOCUS,
Oracle, DB2, JDE, Lotus Notes
July 27, 2011, 10:30 AM
<JG>
Have you tried the following it's supposed to work in 7.6.8

add

ON TABLE SET COMPOUND BYTOC

or

add

SET COMPOUND=BYTOC
SET ONLINE-FMT=EXL2K

AND comment out the ON TABLE PCHOLD FORMAT EXL2K
July 29, 2011, 12:29 PM
Sharon Kundinger
The following works in Report Caster in release 7.6.6
1 - remove BYTOC from your ON TABLE PCHOLD
2 - include
SET COMPOUND = BYTOC prior to your TABLE

Example:
SET COMPOUND=BYTOC
TABLE FILE CAR
PRINT SALES BY COUNTRY NOPRINT BY CAR
ON TABLE PCHOLD FORMAT EXL2K
END


WF 7.7.01
Reporting Server on zLinux or Windows
Client on linux
Output formats - EXL2K, HTML, PDF
August 04, 2011, 01:15 PM
PBrightwell
Thanks for the suggestions, it worked perfectly


Pat
WF 7.6.8, AIX, AS400, NT
AS400 FOCUS, AIX FOCUS,
Oracle, DB2, JDE, Lotus Notes