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.
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 " 1 LEGEND:" "<5 <+0>RED:<+0> Time Used >= 20% and Money >=10%" "<5 YELLOW: Time Used >= 15% and Money >=7%" " 1 <30 Current Performance Measures" " 1 <30 Total Contracts: <70 <+0>" " <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 " 1 <30 Projected Performance Measures" " 1 <30 Total Contracts: <70 <+0>" " <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 " 1 District" "1 Current Performance Measures" " 1 Total Contracts: <70 <+0>" " # 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 "2 NOTE: Counts are based on contracts >= 20% for Time and >= 10% for Money." "1 Projected Performance Measures" " 1 Total Contracts: <70 <+0>" " # 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 "2 NOTE: Counts are based on contracts >= 15% for Time and >= 7% for Money." ON TABLE SET STYLE * $ TYPE=SUBFOOT, LINE=3, BACKCOLOR=RED, COLOR=WHITE, STYLE=BOLD, $ ENDSTYLE