Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] HEADER and SUBFOOTER manipulation in excel

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] HEADER and SUBFOOTER manipulation in excel
 Login/Join
 
Member
posted
I am trying to insert a header that has a title, and an explanation, and a subfooter that has a signature and date signed. It puts this info into the first cell, how do I get it to spread the header and footer over a large cell, or merge the top cell into one cell?

Here is the code:


TABLE FILE GURUCLS
SUM
dummy AS ''
GURUCLS_CLASS_CODE AS ''
BY dummy AS ''
BY GURUCLS_USERID AS ''
ACROSS CNTR NOPRINT
HEADING
" Place an X in Column A to delete a user entirely. Security Audit Report For Finance. Place an X in the column before each access you want to remove."
ON TABLE SUBFOOT
" I certify this report was verified as of _____/_____/_____ Signature: ____________"
WHERE GURUCLS_CLASS_CODE LIKE 'SFA_FI_%';
ON TABLE SET LINES 999999
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT EXL97
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=ON,
FONT='ARIAL',
SIZE=9,
$
TYPE=TITLE,
STYLE=BOLD,
$
TYPE=TABHEADING,
SIZE=12,
COLOR='RED',
STYLE=BOLD,
$
TYPE=TABFOOTING,
SIZE=12,
STYLE=BOLD,
$
TYPE=HEADING,
GRID=OFF,
SIZE=12,
HEADALIGN=BODY,
$
TYPE=HEADING,
GRID=OFF,
LINE=1,
OBJECT=TEXT,
ITEM=4,
COLOR='RED',
$
TYPE=FOOTING,
SIZE=12,
STYLE=BOLD,
$
TYPE=SUBHEAD,
SIZE=10,
STYLE=BOLD,
$
TYPE=SUBFOOT,
SIZE=10,
STYLE=BOLD,
HEADALIGN=BODY,
$
TYPE=SUBTOTAL,
BACKCOLOR=RGB(210 210 210),
$
TYPE=ACROSSVALUE,
SIZE=9,
$
TYPE=ACROSSTITLE,
STYLE=BOLD,
$
TYPE=GRANDTOTAL,
BACKCOLOR=RGB(210 210 210),
STYLE=BOLD,
$
ENDSTYLE
END

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


WebFOCUS 7.6.9
Windows
all output (Excel, HTML, PDF)
 
Posts: 5 | Registered: March 08, 2010Report This Post
Expert
posted Hide Post
COLSPAN, check it out in the documentation.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] HEADER and SUBFOOTER manipulation in excel

Copyright © 1996-2020 Information Builders