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.
Is there some reason that you can’t format Subhead sections? This is what I have but it has absolutely no impact on the report. Neither the bold or color display. I am on version 7.6.5. Thanks.
These are the subhead sections
ON contractID SUBHEAD "&&contractCarriers " "<2>"&&companiesIncluded " "<2>" ON contractTermID SUBHEAD "&&termName :<5>"&&issueDates :<8>&&through<20>&&travelBeginDate :<45>&&through<57> This is the styling I would like
Color and STYLE work OK providing you hit the correct components of the SUBHEAD. Backcolor seems to be applied to the entire line -
TABLE FILE CAR
SUM RCOST AS ''
DCOST AS ''
BY COUNTRY NOPRINT
BY CAR AS ''
BY MODEL AS ''
ON COUNTRY SUBHEAD
"Totals for <COUNTRY"
"<+0> Retail Cost <15> <TOT.RCOST <30> Dealer Cost <45> <TOT.DCOST"
ON TABLE SET HTMLCSS ON
ON TABLE SET PAGE NOLEAD
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
TYPE=REPORT, SIZE=8, $
TYPE=SUBHEAD, LINE=1, BACKCOLOR=RGB(128 128 255), $
TYPE=SUBHEAD, LINE=2, ITEM=1, COLOR=RGB(128 128 255), BACKCOLOR=SILVER, STYLE=BOLD, $
TYPE=SUBHEAD, LINE=2, ITEM=3, COLOR=RGB(000 000 255), $
TYPE=SUBHEAD, LINE=2, ITEM=5, COLOR=RGB(000 255 000), STYLE=BOLD, $
TYPE=SUBHEAD, LINE=2, ITEM=7, COLOR=RGB(255 000 000), $
TYPE=SUBTOTAL, BACKCOLOR=RGB(189 190 194), BORDER=LIGHT, BORDER-COLOR=RGB(66 66 66), $
ENDSTYLE
END
Have you checked out MickeyG's excellent articles in the old FOCUS on Developer section (now just called Tips and Techniques)? - here.
T
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, 2004
I have run the following in 7.6.4, and it works fine.
TABLE FILE CAR
PRINT DCOST RCOST
BY COUNTRY
BY CAR
BY MODEL
BY BODYTYPE
ON COUNTRY SUBHEAD
"contractCarriers "
"</2>carrierList "
"</2>companiesIncluded "
"</3>companyList "
"gdsText "
ON MODEL SUBHEAD
"termName :<+5>contractTermName "
"</2>issueDates :<+8>termBeginDate <+15>through<+20>termEndDate"
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
TYPE=SUBHEAD, BORDER-RIGHT=OFF, BORDER-LEFT=OFF, BORDER-TOP=OFF, BORDER-BOTTOM=OFF,$
TYPE=SUBHEAD, BY=COUNTRY, LINE=1, STYLE=BOLD, BACKCOLOR=RED,$
TYPE=SUBHEAD, BY=COUNTRY, LINE=4, STYLE=BOLD, BACKCOLOR=ORANGE,$
TYPE=SUBHEAD, BY=COUNTRY, LINE=7, STYLE=BOLD, BACKCOLOR=YELLOW,$
TYPE=SUBHEAD, BY=MODEL, LINE=1, STYLE=BOLD, $
TYPE=SUBHEAD, BY=MODEL, LINE=4, BACKCOLOR=BLUE, $
ENDSTYLE
END
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007