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.
Susanna: Excellent! I used this method at USDA to embed an "Export to PDF or Excel" link in the heading of HTML reports to drilldown on itself and pass either P (for PDF) or X (for Excel). I change the link to null, through DM logic, so the link does not appear in the PDF or Excel outputs (as per clients request).
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
Hi all. I'd like to ask the expert, Susannah, if this method would work if I wanted to include a clickable link in my excel output. I want to include the link in a defined paragraph. -*********************************************** DEFINE FILE TABLE1 PARAGRAPH2/A1000 = IF LAST_NAME EQ 'Smith' THEN 'Contact the Office of the Registrar'; -*********************************************** If I want the "Office of the Registrar" to be a clickable link, how can I do that? Thanks
DEFINE FILE TABLE1
emailaddress/A100='<a href="mailto:registrar@nyu.edu">office of the registrar</a>';
...
END
then
HEADING
"If you have any questions regarding the any of this stuff, please contact <+0><emailaddress<+0>and you will receive a response by next Tuesday."
and then
TYPE=HEADING,LINE=1,ITEM=2,STYLE=BOLD,COLOR=RED,$
or whatever you wanna do.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
If I read the post correctly, I think what is being asked for here is to include a hyperlink within the text within a cell like this -
TABLE FILE CAR
PRINT COMPUTE PARAGRAPH/A70 = 'Some text, <a href="http://www.google.co.uk">link</a>, some more text.';
BY COUNTRY
ON TABLE SET PAGE NOLEAD
ON TABLE SET HTMLCSS ON
ON TABLE PCHOLD FORMAT EXL2K
END
The answer is no, you can't even do that in Excel (allegedly). So, the general rule will be that if Excel doesn't support it then output to Excel probably won't do either.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004