Focal Point
[SOLVED] Excel Heading Format

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

February 07, 2011, 11:04 AM
subhash
[SOLVED] Excel Heading Format
Hi All,

In Excel Reports, Can i get the header format shown below..

ABC DEF
ABC BCD CDE EFG

I need to have the header ABC DEF and below that there should be 4 different columns.
ABC DEF should come in the middle.

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


7.6.4,unix
all output
February 07, 2011, 12:51 PM
Mary Watermann
Hi Subhash,

For Excel/HTML the HEADALIGN=BODY (must be on a line by itself) may be what you are needing:

TABLE FILE CAR
PRINT
BODYTYPE AS 'CDE'
SALES AS 'EFG'
BY COUNTRY AS 'ABC'
BY CAR AS 'BCD'
HEADING
"ABC DEF"
ON TABLE SET STYLE *
TYPE=REPORT, FONT='ARIAL', SIZE=9,$
TYPE=TITLE, STYLE=BOLD+UNDERLINE, SIZE=10,$
TYPE=HEADING, HEADALIGN=BODY,$
TYPE=HEADING, LINE=1,STYLE=BOLD,JUSTIFY=CENTER,COLSPAN=4,$
ENDSTYLE
ON TABLE PCHOLD FORMAT EXL2K
END


WF 7.6.10, Windows, PDF, Excel
February 07, 2011, 05:04 PM
Doug
subhash,
Let us know if that does not work for you. If so, close the post and enjoy your WebFOCUSing...
February 10, 2011, 04:06 PM
subhash
[Close]It Works....Thanks and sorry for delay.


7.6.4,unix
all output