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     suppress subfoot/subhead when field value is missing

Read-Only Read-Only Topic
Go
Search
Notify
Tools
suppress subfoot/subhead when field value is missing
 Login/Join
 
Member
posted
ON FIELD1 SUBFOOT
"
FIELD2 only has values sometimes .

Is it possible somehow to show the subfoot ONLY when FIELD2 has a value (NOT MISSING)
and otherwise suppress the SUBFOOT so I don't get a blank line ?


thanks /Tomas
 
Posts: 5 | Registered: December 10, 2003Report This Post
Member
posted Hide Post
oops, should have been

ON FIELD1 SUBFOOT
"<FIELD2"

:-)
 
Posts: 5 | Registered: December 10, 2003Report This Post
Master
posted Hide Post
Put a WHEN clause after the subfoot

ON FIELD1
SUBFOOT
"<FIELD2"

WHEN FIELD2 NE MISSING ;
SUBFOOT
"MISSING DATA"
WHEN FIELD2 EQ MISSING ;

I put in a couple of conditional subfooting to show the full syntax; you will only need the first.

Sometimes COMPUTES, WHEN clause in stylesheets treat missing as 0 so it might be necessary to define another field MISSFLAG/A1 = IF FIELD2 EQ MISSING THEN 'Y' ELSE 'N' ; and NOPRINT it and use that to do the test.

Hey just noticed you have to code carets as amper strings in HTML on this forum. Never had this prob before.



Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
 
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006Report This Post
Expert
posted Hide Post
In your "Post A Reply" window, click on the Options hyperlink and select the Disable HTML check-box.
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Master
posted Hide Post
Thanks Francis



Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
 
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006Report This Post
Member
posted Hide Post
thanks, for your help!

/Tom
 
Posts: 5 | Registered: December 10, 2003Report 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     suppress subfoot/subhead when field value is missing

Copyright © 1996-2020 Information Builders