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 tried doing a search on this but I did not find what I was looking for. I have a PDF format report which has a drilldown on region. Only the last region is showing an underline but I want all of the regions to show an underline to indicate a link. I tried Style = Underline but that doesn't work either. Any suggestions?
I clicked on "Advanced Search on Technical Support" in the FocalPoint banner, logged in using my InfoResponse User ID and Password and searched for "drilldown underline pdf".
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
If you're using one font in the report, you can declare it once. If most of the components are one size, declare that once. Then declare the exceptions...
After "rationalizing" the style-sheet, the hyper-links become blue, so, even if they are not underlined, the blue suggests there is a hyper-link.
TABLE FILE CAR
SUM
SALES
BY COUNTRY
ACROSS SEATS
ON TABLE SET PAGE NOLEAD
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
UNITS = IN, PAGESIZE = LEGAL, ORIENTATION = LANDSCAPE, GRID = OFF, SQUEEZE = ON,
LEFTMARGIN = 0.5, TOPMARGIN = 0.25, RIGHTMARGIN = 0.025, BOTTOMMARGIN = 0.025, LEFTGAP = 0.15, RIGHTGAP = 0.15, $
TYPE = REPORT, FONT = 'Arial', SIZE = 11, $
TYPE = HEADING, SIZE = 12, STYLE = BOLD, $
TYPE = TITLE, SIZE = 12, STYLE = BOLD, $
TYPE = GRANDTOTAL, STYLE = BOLD, $
TYPE = ACROSS, SIZE = 12, STYLE = BOLD, JUSTIFY = CENTER, $
TYPE = ACROSSVALUE, COLUMN = ROWTOTAL(1), STYLE = BOLD, $
TYPE = DATA, BACKCOLOR = ( RGB(243 244 248) RGB(255 255 255) ), $
TYPE = DATA, COLUMN = COUNTRY, FOCEXEC = EXPBMOTY(COUNTRY = COUNTRY), STYLE = UNDERLINE, $
TYPE = DATA, COLUMN = ROWTOTAL(1), STYLE = BOLD, $
TYPE = DATA, COLUMN = ROWTOTAL(2), STYLE = BOLD, $
TYPE = DATA, COLUMN = ROWTOTAL(3), STYLE = BOLD, $
TYPE = DATA, COLUMN = ROWTOTAL(1), BORDER-LEFT = MEDIUM, BORDER-LEFT-STYLE = SOLID, BORDER-LEFT-COLOR = BLACK, $
ENDSTYLE
END
-RUN
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Please read my posting about the WebFOCUS bug and follow the link to the Tech Support site.
There appears to be no workaround, UNLESS you remove the alternating colours from the DATA rows - then the under-lines work. So you'll have to decide which you or the users prefer, until you upgrade to a version past 7.1.1.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server