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.
I have 2 ACROSS columns, and I need to display border for all its values. When I enable BORDER=LIGHT for acrossvalue, right side border for last across value "W Germany" is not displaying. Not sure why this is happening? Any idea greatly appreciated.
TABLE FILE CAR
SUM
DEALER_COST AS 'DC'
RETAIL_COST AS 'RC'
ACROSS COUNTRY AS ''
ACROSS MODEL AS ''
BY CAR AS ''
WHERE COUNTRY IN ('ENGLAND','W GERMANY')
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,TOPMARGIN=0.0,BOTTOMMARGIN=0.0,LEFTMARGIN= 0.00,RIGHTMARGIN=0.00,SQUEEZE=ON,ORIENTATION=PORTRAIT,$
TYPE=REPORT,GRID=OFF, BORDER=LIGHT, FONT='Arial',SIZE=7,COLOR='BLACK',BACKCOLOR='NONE',STYLE=NORMAL, PAGESIZE=LEGAL, $
TYPE=ACROSSVALUE, JUSTIFY=CENTER, GRID=OFF, BORDER=LIGHT, BACKCOLOR=WHITE, $
TYPE=REPORT, ACROSSCOLUMN=TM_CNT, WRAP=0.24, LEFTGAP=0.05, RIGHTGAP=0.05, $
TYPE=REPORT, ACROSSCOLUMN=TM_PERCNT, WRAP=0.24, LEFTGAP=0.05, RIGHTGAP=0.05, $
TYPE=TITLE, GRID=ON, JUSTIFY=CENTER, BACKCOLOR=SILVER, $
TYPE=DATA, GRID=ON, BACKCOLOR=(WHITE SILVER), $
ENDSTYLE
END
Version: WF7.6.10 Output: HTML & PDF
Thanks, RamThis message has been edited. Last edited by: Ram Prasad E,
Posts: 542 | Location: Dearborn, MI | Registered: June 03, 2009
For some reason I can't understand, all of the ACROSSVALUES were rendered making use of the .x1class except for the very last value (530I 4 DOOR AUTO) which uses .x2:
Though this explains why the right border is missing on the first line, this does not make it right (sort of speak ). I agree with Mary and you should open a case with IBI which will also benefit all of us who struggle with borders many a time.