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'm attempting to modify a column in a report. The column contains ticket #s. I'm attempting to build a hyperlink in each row that will go to a specific URL and include a parameter (the ticket #) to get to the specific page on the website.
I leave 'Alternate comment' blank. Target is 'New Window'. I then build a parameter, calling it PKEY, using the ticket # field for the parameter value.
I run the report, and click on the hyperlink. Unfortunately, the hyperlink has extra characters that cause the link to fail.
I can't figure out where the ?PKEY= is coming from.
Now, I know I can go into WebFocus and modify the code to remove the ?PKEY= and it works. But I feel like I should be able to get this to work in InfoAssist.
Anyone have any ideas? Any help would be greatly appreciated.This message has been edited. Last edited by: Tamra,
-* File newfex3.fex
DEFINE FILE CAR
LIEN/A250 = '<a target=_new href="http://www.google.fr/?q=' || COUNTRY || '">' || COUNTRY || '</a>' ;
END
TABLE FILE CAR
SUM SALES
BY LIEN
END
8207, Windows 2016 64b, HTML, AHTML, PDF, EXL07...
Posts: 27 | Location: Suresnes | Registered: August 26, 2010