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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
ON FIELD RECAP
 Login/Join
 
Gold member
posted
I am summing up a few different columns using the on field recap. I put these recap fields in the subfoot of the report. These fields are printing in the subfoot but also in the body. How can i get the fields to only print in the subfoot and not in the body of the report. Below is the code I used. Any help would be greatly appreciated!!


ON RPT_BCKT RECAP
ADHY_PCT/D14.2C = DHY_DTL_PCT;
ABCHY_PCT/D14.2C = BCHY_DTL_PCT;
ADHY/D14.2C = DHY_TOT;
ABCHY/D14.2C = BCHY_TOT;

ON RPT_BCKT SUBFOOT
"<ADHY_PCT> <ABCHY_PCT> <ADHY> <ABCHY>"

Then I place it in the report

TYPE=SUBFOOT, OBJECT=FIELD, LINE=2, ITEM=1, JUSTIFY = RIGHT, POSITION=DHY_PCT, STYLE=BOLD, COLOR=NAVY,$


WF 7.6.10 /IIS 6/ JBoss Enterprise 4.3
Windows XP SP 2/Windows 2003 Server
MVS 7.3.3
 
Posts: 76 | Location: Hartford, CT | Registered: August 30, 2005Report This Post
Expert
posted Hide Post
By using NOPRINT against those in the body of the report.



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Gold member
posted Hide Post
Tony,

In the body I calculated these compute fields

COMPUTE DHY_DTL_PCT/D14.2C = IF PARNT EQ 'N' THEN DHY_PCT ELSE 0; NOPRINT
COMPUTE BCHY_DTL_PCT/D14.2C = IF PARNT EQ 'N' THEN BCHY_PCT ELSE 0; NOPRINT
COMPUTE DHY_TOT/D14.2C = IF PARNT EQ 'N' THEN DHY ELSE 0; NOPRINT
COMPUTE BCHY_TOT/D14.2C = IF PARNT EQ 'N' THEN BCHY ELSE 0; NOPRINT

I am assuming the compute fields the values getting printed in the body and I do have NOPRINTS

any suggestions

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


WF 7.6.10 /IIS 6/ JBoss Enterprise 4.3
Windows XP SP 2/Windows 2003 Server
MVS 7.3.3
 
Posts: 76 | Location: Hartford, CT | Registered: August 30, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders