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     [CASE-OPENED] Working with URL's as parameters in a drill down

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CASE-OPENED] Working with URL's as parameters in a drill down
 Login/Join
 
Member
posted
We have recently moved our platform from mainframe to win/2000 and in the process of upgrading from 4.3.6 to 5.2. I have an .asp page which is a chartdirector chart which calls my report (focexec) I pass several parameters from chart to report one of which is the webserver where the .asp was running. I need this webserver name to begin an URL which calls a web page and parses a few parameters. this works fine. However I have a drilldown report which in turns needs this webserver name to begin an URL...same ones actually... I have my code as:

This is the one I need it for and works on the first report.
TYPE=DATA, COLUMN=N5,
URL=&URL/my/web/page.asp? \
(Code='V' Number=NO), $

This is where I am passing it to the drilldown report so I can pass it into the drill down like above code.
TYPE=DATA, COLUMN=N1,
FOCEXEC=myfocexec \
(ID=ID FSRV='WIN' URL='&URL'),$

my problem arises in that focus is turning some of the URL components into hex code. for instance I want this to read http://myserver.fl.state.us
but what I get is http:%3A//myserver%2Estate%2Eus
and this bombs the calling of the drilldown.

any help would be much appreciated.

PS. I even hard coded the URL to read like this:
TYPE=DATA, COLUMN=N1,
FOCEXEC=myfocexec \
(ID=ID FSRV='WIN' URL='http://myserver.fl.state.us'),$
It still passed this: http:%3A//myserver%2Estate%2Eus.

Thanks in Advance

This message has been edited. Last edited by: <Kathryn Henning>,
 
Posts: 1 | Registered: May 04, 2004Report This Post
<WFUser>
posted
It's not WebFOCUS that's changing the characters to their offsets, it's your browser. As long as its the browser then reading the URl, there should be no problem. When you look at the URL in the broswer do you see the correct URL?
 
Report This Post
Silver Member
posted Hide Post
I have a similar issue where I went from WF 764 to WF 8006 and now the URL’s in all previous report do not work… the ? is being converted to Hex and the thing bombs…. All output is excel 2000.

Therefore I can not promote any report to production…. And in WF 764 this is not a problem therefore it is not the browser is it!


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 37 | Registered: December 03, 2010Report This Post
Silver Member
posted Hide Post
Trying to keep this active
The same report (foc exec) run in 764 can correctly encode the ? and the excel drilldown works without issue
In 8006 the ? is encoded to %3F and the drilldown fails.
If anyone can assist that would be tremendous


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 37 | Registered: December 03, 2010Report This Post
Virtuoso
posted Hide Post
What's to prevent you from applying STRREP() to &URL, to reverse the url encoding?
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Silver Member
posted Hide Post
please elaborate as I have this working in 764 but not in 8006

TYPE=DATA,
COLUMN=N9,
JUSTIFY=LEFT,
URL=http://bcpweb.fg.rbc.com/default.htm?(teid=N10 &te=N7),
$

the question mark in the url is transformed to %3F in the excel output in version 8006 in version 764 it works Frowner


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 37 | Registered: December 03, 2010Report This Post
Virtuoso
posted Hide Post
Oh. I thought you meant your fex was receiving the url as a parameter (&URL), and it arrived with the "?" url-encoded.


- Jack Gross
WF through 8.1.05
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Silver Member
posted Hide Post
Just trying to keep this alive, because in my wf 764 all my URL links with a ? And & work just fine but in wf 8006 then are transformed to %3f and %26 respectfully and the link error is HTTP/1.0 404
I have a case open but hope that this forum might shed light on this issue

Example of the failed link is

https://weather.gc.ca/marine/f...apID=11&siteID=08207 works in 764 but not in 8006


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 37 | Registered: December 03, 2010Report 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     [CASE-OPENED] Working with URL's as parameters in a drill down

Copyright © 1996-2020 Information Builders