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.
Hi, Does anyone have any idea on how to get Hover text on the column titles in Excel and PDF format reports. On searching, I got the codes to make it work on HTML format reports as follows:
-SET &TITLE_MSG =
- '<span style="cursor: default;" ' | 'title=''This is a Country''>Country</span>';
TABLE FILE CAR
SUM
SALES AS 'Sales'
BY COUNTRY AS '&TITLE_MSG'
ON TABLE PCHOLD FORMAT HTML
END
But i need this functionality on Excel and PDF reports as well.
I tried something like this but it functions as Hyperlink which i doesn't want.
But that doesn't work when we have no data in our report and uses EMPTYREPORT ON.
I still keep this post open as i am working on how to get it in PDF format as well. Once i found i will post the codes and change the status of this post.
I don't think you will find a solution for PDF - have you ever opened a PDF file that has a pop-up window when moving your cursor over text?
For Excel and PDF I would put the column title descriptions in a report footing (ON TABLE SUBFOOT). Alternatively, for Excel you could put them in a different tab by creating a compound report,
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
Michelle, I've been informed by the graph division that tooltips is not supported in PDF format. I will submit a new feature request for this functionality, you will be contacted with additional information as it becomes available. Regards, Wilhelmina
and...
Updated: Dec 10, 2012 11:14 AM Status/Action: CPGM/INFO
Support Group: RESWEB Rep: MONICA ROSA (MXV) Severity: 3 - Application Issue
We have reviewed your request for a new feature with our engineering staff and it has been determined that this feature will not be implemented in the WebFOCUS product at this time.
Thank you for bringing this to our attention. If this decision substantially impacts your business, please discuss with your local account support team.
Sincerely,
Customer Support Services Information Builders
WebFOCUS Server 8.1.05 Windows 2008 Server WebFOCUS AppStudio 8.1.05 Windows 7 Professional IE 11 and Chrome Version 43.0.2357.124 m. Mostly HTML, PDF, Excel, and AHTML
Yes Francis, I am also looked at the same link you have shared. But I think we cannot implement javascript in PDF format through WebFOCUS.
Waz, If you can able to share some info about the annotations pop up i think i can give a try to that.
Meanwhile i am trying to hold and save the pdf file in disk and retrieve using HTMLFORMTYPE to use javascript, but it fails to use the javascript functionality in the file I am not sure whether it will give me any positive side to use tooltip in pdf. Any thought about this? Whether this will work for us?