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 would like to add an hyperlink (an Excel document) on my HTML report. How can I do to add it on the Heading of my Fex?This message has been edited. Last edited by: Kerry,
WebFOCUS 7.6.4 running on Windows Output formats : PDF, Excel and HTML My blog
Posts: 61 | Location: Luxembourg | Registered: October 31, 2007
Jereny, You will have to have some item in your heading which you can associate with a link. The url that you put in will have to be a url to a web-document. This excel file you're talking about will then have to be accessible through the webserver.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
TABLE FILE CAR
PRINT *
HEADING
"Regional Sales Report"
"Click here to access the file"
""
ON TABLE SET STYLE *
TYPE=REPORT,GRID=OFF,$
TYPE=HEADING,LINE=2,OBJECT=TEXT,ITEM=1, URL=seuils_controles_bloomberg.xls,$
ENDSTYLE
END
WebFOCUS 7.6.4 running on Windows Output formats : PDF, Excel and HTML My blog
Posts: 61 | Location: Luxembourg | Registered: October 31, 2007
I used one the other day, this URL had & in it and we all know that WF does not like & in the middle of and text ot link. I created a Define field with all the HTML code included and then printed the field using on table hold format html. Now if this will work in Excel I do not know as there is the problem with Excel coming in different versions.