Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] ToolTip for Links

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] ToolTip for Links
 Login/Join
 
Platinum Member
posted
Hi,

Is it possible to get tooltip for a drill down. In the example given below, onMouseover the Country I need to get a tooltip.

TABLE FILE CAR
PRINT CAR
BY COUNTRY
ON TABLE SET STYLE *
TYPE=DATA, COLUMN=COUNTRY,JAVASCRIPT=FUNC('DrillDown For Details'), $
ENDSTYLE
END

Thanks for your help.

This message has been edited. Last edited by: Kerry,


Regards,
Cyril Joy.

WF Production 8008 on Linux.
 
Posts: 143 | Location: Rochester,NY. | Registered: August 20, 2004Report This Post
Platinum Member
posted Hide Post
It is possible using ALT parameter. See the example below:

TABLE FILE CAR
  PRINT CAR
  BY COUNTRY
  ON TABLE SET STYLE *
    TYPE=DATA, COLUMN=COUNTRY,JAVASCRIPT=fx(COUNTRY), 
      ALT='tooltips, comments, drilldown details', $
  ENDSTYLE
END

Regards,
Mikel


WebFOCUS 8.1.05, 8.2.01
 
Posts: 173 | Location: Madrid, Spain | Registered: May 09, 2003Report This Post
<JG>
posted
Unless you are intending to actually use a javascript to control your drilldowns which means
using HTMLFORM then code it using FOCEXEC and not JAVASCRIPT.

TABLE FILE CAR
PRINT CAR
BY COUNTRY
ON TABLE SET STYLE *
TYPE=DATA, COLUMN=COUNTRY,FOCEXEC=CARINST(COUNTRY=COUNTRY),
ALT='Drilldown for details', $
ENDSTYLE
END
 
Report This Post
Guru
posted Hide Post
Is there anyway to set the ALT text via the DevStudio GUI in the Report Painter?


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv
 
Posts: 256 | Registered: July 21, 2008Report This Post
Virtuoso
posted Hide Post
Not that I know of. At least the painter doesn't balk if you enter the ALT via the Source tab...


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

 
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006Report This Post
Expert
posted Hide Post
Thanks for the refresher: "ALT='The information on FocalPoint is timeless', $".
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] ToolTip for Links

Copyright © 1996-2020 Information Builders