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
Style Sheet problem
 Login/Join
 
Gold member
posted
I have the following code in my report.

The problem is with the style sheet code at the bottom
I'm trying to change the backcolor for line 3 to red and the forecolor to white. But all I get is the white. Any ideas?


ON TEROT001.COST_CENTER SUBFOOT
" "<5 <+0>RED:<+0> Time Used >= 20% and Money >=10%"
"<5 YELLOW: Time Used >= 15% and Money >=7%"
" " "
" <30 # Contracts that don't meet Time Performance Requirements: <70 " <30 # Contracts that don't meet Money Performance Requirements: <70 " <30 % Time Contracts that Meet Performance: <70 " <30 % Money Contracts that Meet Performance: <70 " " "
" <30 # Contracts that don't meet Time Performance Requirements: <70 " <30 # Contracts that don't meet Money Performance Requirements: <70 " <30 % Time Contracts that Meet Performance: <70 " <30 % Money Contracts that Meet Performance: <70 ON TABLE RECAP
PerMetPerform_time1/P5% = 100 -(TOTTIME_RED / CNT.CONTRACT_ID * 100);
PerMetPerform_money1/P5% = 100 - (TOTMONEY_RED / CNT.CONTRACT_ID * 100);
PerMetPerform_time_pro1/P5% = 100 -((TOTTIME_RED + TOTTIME_YELLOW) / CNT.CONTRACT_ID * 100);
PerMetPerform_money_pro1/P5% = 100 - ((TOTMONEY_RED + TOTMONEY_YELLOW)/ CNT.CONTRACT_ID * 100);
Projected_time1/I5 = TOTTIME_RED + TOTTIME_YELLOW;
Projected_money1/I5 = TOTMONEY_RED + TOTMONEY_YELLOW;
ON TABLE PAGE-BREAK AND SUBFOOT
" "" "
" # Contracts that don't meet Time Performance Requirements: <70 " # Contracts that don't meet Money Performance Requirements: <70 " % Time Contracts that Meet Performance: <70 " % Money Contracts that Meet Performance: <70 "= 20% for Time and >= 10% for Money."
"" "
" # Contracts that don't meet Time Performance Requirements: <70 " # Contracts that don't meet Money Performance Requirements: <70 " % Time Contracts that Meet Performance: <70 " % Money Contracts that Meet Performance: <70 "= 15% for Time and >= 7% for Money."
ON TABLE SET STYLE *
$
TYPE=SUBFOOT,
LINE=3,
BACKCOLOR=RED,
COLOR=WHITE,
STYLE=BOLD,
$
ENDSTYLE
 
Posts: 84 | Location: Tallahassee, Fl. | Registered: December 02, 2005Report This Post
Virtuoso
posted Hide Post
Looks like line 3 is blank?


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Gold member
posted Hide Post
well if I change the color=white to color=red the entire line 3 changes to red. if line 3 was blank that should not happen wright?
 
Posts: 84 | Location: Tallahassee, Fl. | Registered: December 02, 2005Report This Post
Virtuoso
posted Hide Post
Well you are changing the entire blank line...try changing it to line 4 and see if you get what you want.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Gold member
posted Hide Post
" <5 RED: Time Used >= 20% and Money >=10%"
" <5 YELLOW: Time Used >= 15% and Money >=7%"

Not sure why, but All I had to do was add a space in front of the <5. Now it works. By the way it was Line 3. Thanks
 
Posts: 84 | Location: Tallahassee, Fl. | Registered: December 02, 2005Report This Post
Virtuoso
posted Hide Post
It was confused somewhere...glad you fixed it.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders