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 was curious if there is an easy way to get a title attribute into the anchor tags of a drilldown field.
Also, is there any documentation that gives a comprehensive list of attributes (and their corresponding syntax) that can be set within webfocus stylesheets?
Posts: 59 | Location: Minneapolis | Registered: September 01, 2004
I gave this url a short while ago to the Quickref Guide. It has all the WebFOCUS syntax you should require and I would suggest that all Developers print a copy and have it on their desk when developing or place a short cut on their desktop.
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Incidently, Jennifer from doc services has advised that this document will be available on the next documentation CD after a suggestion from this Forum.
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
I'm not sure if you've solved the problem you originally posted. Below is an example of what you'd like to do. Unfortunately, as far as I know, there is no way of doing this using normal WebFOCUS code. It would be nice to be able to simply add this to the style sheet: TYPE=DATA, COLUMN=XXX, TITLETEXT='Some text', $
DEFINE FILE CAR BODYTYPEHTML1/A200 = '' || BODYTYPE || ''; BODYTYPEHTML2/A200 = '' || BODYTYPE || ''; END TABLE FILE CAR PRINT BODYTYPE NOPRINT BODYTYPEHTML1 BY COUNTRY BY CAR ON TABLE SET PAGE NOLEAD ON TABLE SET STYLESHEET * TYPE=REPORT, GRID=OFF, FONT='ARIAL', SIZE=8, $ TYPE=DATA, COLUMN=BODYTYPEHTML2,FOCEXEC=FEX1 (BODYTYPE=BODYTYPE),$ ENDSTYLE END
This message has been edited. Last edited by: <Maryellen>,
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