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     Drill Down on Footer

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Drill Down on Footer
 Login/Join
 
Gold member
posted
I have the following code in my fex. I'm trying drill down on text within my footer. I got it workjng on one item but when I added the second item it seems to over wright the first. Any Ideas.

FOOTING
"<+0>Awarded Information:<+0> <+0>Warranty Information:<+0>"


TYPE=FOOTING,
LINE=1,
ITEM=1,
OBJECT=TEXT,
FONT='ARIAL',
SIZE=9,
COLOR=BLUE,
FOCEXEC=app/b3gawpby.fex(CONTRACT=CONTRACT_ID),
$
TYPE=FOOTING,
LINE=1,
ITEM=2,
OBJECT=TEXT,
FONT='ARIAL',
SIZE=9,
COLOR=BLUE,
FOCEXEC=app/gb1hw4bw.fex(CONTRACT=CONTRACT_ID),
$
 
Posts: 84 | Location: Tallahassee, Fl. | Registered: December 02, 2005Report This Post
Virtuoso
posted Hide Post
Change your FOOTING code to the following:

FOOTING
"Awarded Information:<+0>Warranty Information:"

When you have the code like this:

FOOTING
"<+0>Awarded Information:<+0> <+0>Warranty Information:<+0>"

The first TEXT OBJECT is the text between the very first " and the first <+0>. In this case there is no text but it is still counted as ITEM=1. Then "Awarded Information:" is ITEM=2 which gets the link you specified for ITEM=2.

The blank space between the two <+0> is ITEM=3 and then "Warranty Information:" is ITEM=4.

Basically, the stylesheet is working properly. You just have too many <+0> separators.


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
Master
posted Hide Post
Try this,

FOOTING
"Awarded Information:<+0>Warranty Information:"
ON TABLE SET STYLE *
TYPE=FOOTING,LINE=1,ITEM=1,OBJECT=TEXT,FONT='ARIAL',
SIZE=9,COLOR=BLUE,
FOCEXEC=your report,
$
TYPE=FOOTING,LINE=1,ITEM=2,OBJECT=TEXT,FONT='ARIAL',
SIZE=9,COLOR=BLUE,
FOCEXEC=your report,
$


WFConsultant

WF 8105M on Win7/Tomcat
 
Posts: 780 | Location: Florida | Registered: January 09, 2005Report This Post
Gold member
posted Hide Post
Thanks Mickey. That worked like a charm.
 
Posts: 84 | Location: Tallahassee, Fl. | Registered: December 02, 2005Report 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     Drill Down on Footer

Copyright © 1996-2020 Information Builders