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] Simple Drill Down to Web Page - URL is being corrupted

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Simple Drill Down to Web Page - URL is being corrupted
 Login/Join
 
Member
posted
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.

So I go into Hyperlink and enter the URL:

http://website.com/

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 expect the following url:

http://website.com/ticket#

However, I'm somehow getting extra characters:

http://website.com/ ?PKEY= ticket#

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,


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 2 | Registered: June 26, 2014Report This Post
Member
posted Hide Post
hello,

?PKEY= is the syntaxe added by the declaration of your PKEY parameter name.

A way to do it using InfoAssist could be a DEFINE field with the syntaxe of hyperlink as example :

 
LINK/A300 = '<a target=_new href=http://website.com/' || TICKET Nb || '>' ||
TICKET nb || '</a>' ;
  


Rgds


8207, Windows 2016 64b, HTML, AHTML, PDF, EXL07...
 
Posts: 27 | Location: Suresnes | Registered: August 26, 2010Report This Post
Member
posted Hide Post
here is an exemple

 

-* 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, 2010Report This Post
Member
posted Hide Post
I'll give this a try. Thanks for the response!


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 2 | Registered: June 26, 2014Report 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] Simple Drill Down to Web Page - URL is being corrupted

Copyright © 1996-2020 Information Builders