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     Preventing Subfoot from Repeating

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Preventing Subfoot from Repeating
 Login/Join
 
Silver Member
posted
I have 5 lines that make up the subfoot. I only want the subfoot to print once, but it printing multiple times. Can anyone tell me what the right syntax is to make the subfoot print once? Right now my code looks like this:

ON MDS SUBFOOT
"<+0> MDS: &MD_PARM<+0> AMC<+0> USAFE<+0> PACAF<+0> AFRC<+0> ANG<+0> AETC<+0> MAF Total<+0> AFMC<+0>"
"<+0> ASSIGNED (TAI): "<+0> LOANED OUT (-): "<+0> DEPOT: "<+0> POSSESSED:
I am thinking I need to change the "ON MDS SUBFOOT".

Thanks...


7.1.4
UNIX
Excel, PDF, HTML
 
Posts: 36 | Registered: April 09, 2008Report This Post
Expert
posted Hide Post
 
DEFINE FILE WHATEVER
  DUMMY/A1 = '';
END
TABLE
SUM/PRINT
COLUMNS

BY DUMMY NOPRINT
BY etc.

ON DUMMY SUBFOOT
"<+0> MDS: &MD_PARM<+0> AMC<+0> USAFE<+0> PACAF<+0> AFRC<+0> ANG<+0> AETC<+0> MAF Total<+0> AFMC<+0>" 
"<+0> ASSIGNED (TAI): "<+0> LOANED OUT (-): "<+0> DEPOT: "<+0> POSSESSED: 
 



Hope this helps, other ways to do this as well...

Tom


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Silver Member
posted Hide Post
Thanks Tom! That seemed to help.


7.1.4
UNIX
Excel, PDF, HTML
 
Posts: 36 | Registered: April 09, 2008Report This Post
Virtuoso
posted Hide Post
I'm not quite sure what you mean by "only print the subfoot once". The intent of SUBFOOT is to place a subfoot at the end of each sort break. If you only want a subfoot to appear once at the end of a report, use ON TABLE SUBFOOT.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report 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     Preventing Subfoot from Repeating

Copyright © 1996-2020 Information Builders