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     Limit on URL length in hyperlink

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Limit on URL length in hyperlink
 Login/Join
 
Member
posted
We have a dashboard that accepts start and end dates, one or more topics, and returns a report in a frame. (FEX)Report contains an hyperlink that is supposed to retain the dates and topics. However, the URL is getting truncated at 77 or 78 characters.

Additionally, running this fex in Developer Studio (using Run icon) yields an error: "Unknown error occurred. Agent on reporting server EDASERVE may have crashed. Please investigate reporting server log." Running the dashboard returns correct results (based on params), hyperlinked report yields full report (no params retained).

Any direction is appreciated...


Joe
(Dev+Prod) WebFOCUS 7.6.x Windows 2003
Excel, PDF, HTML
 
Posts: 6 | Location: Chicago, IL | Registered: June 26, 2007Report This Post
Virtuoso
posted Hide Post
Can you post your code or an example that runs the same way. My guess is that there might be a gremlin at work here.


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report This Post
Member
posted Hide Post
Hello and thanks for request. Hopefully this is enough:

TYPE=DATA,
COLUMN=N3,
FOCEXEC=VIPWAITDO(AREA=N2 STARTDATE=&STARTDATE ENDDATE=&ENDDATE \
CTGY_DESC=&CTGY_DESC.QUOTEDSTRING WFMT='&WFMT'),
$

Link truncates at first CTG


Joe
(Dev+Prod) WebFOCUS 7.6.x Windows 2003
Excel, PDF, HTML
 
Posts: 6 | Location: Chicago, IL | Registered: June 26, 2007Report This Post
Silver Member
posted Hide Post
IE has a URL limitation of about 2000 characters, firefox and safari are limitless.
 
Posts: 38 | Registered: October 10, 2006Report This Post
Expert
posted Hide Post
Its the .QUOTEDSTRING, it doesn't do what you might think it does or might want it to do.(not that that's a bad thing Wink)
If you do a view source on your report, before you click on a drilldown, and look at one of the hyperlinks, you'll see that there are in fact NO quotes around the &CTGY_DESC.QUOTEDSTRING.
There are a couple of routes to take.
Lets say you use the CAR file and wanted &COUNTRY.QUOTEDSTRING
and the country was 'W GERMANY'
1) you could change your filter
IF COUNTRY IS &COUNTRY.QUOTEDSTRING
would work
or..
2) you could change your variable
-DEFAULT &COUNTRY = 'ENGLAND';
-SET &MYCOUNTRY = '''' | &COUNTRY | '''' ;
and your filter
IF COUNTRY IS &MYCOUNTRY
and your drildown
TYPE=DATA,COLUMN=CAR,FOCEXEC=&DD0(COUNTRY = &MYCOUNTRY CAR=CAR ) ,$
Now if you view source on your primary report, you'll see quotes around your &MYCOUNTRY value, and your url won't croak on the first blank space if the &MYCOUNTRY value has 2+ words in it.
Let us know if you're ok from here.
-S.

This message has been edited. Last edited by: susannah,




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Member
posted Hide Post
Thanks Susanna,
Sorry being new to WebFocus, not sure what the end of
IF COUNTRY IS &MYCOUNTRY
statement should be.


Joe
(Dev+Prod) WebFOCUS 7.6.x Windows 2003
Excel, PDF, HTML
 
Posts: 6 | Location: Chicago, IL | Registered: June 26, 2007Report 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     Limit on URL length in hyperlink

Copyright © 1996-2020 Information Builders