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     Getting that !#@* space out of my URL

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Getting that !#@* space out of my URL
 Login/Join
 
Member
posted
I've gotten lots of help reading through all the threads on specifying a URL within my stylesheet. Much pain and anguish in escaping special characters and getting the syntax just right.

My code:
TYPE=DATA, COLUMN=WONUM,
	URL=https://&WLSSERV/MaximoServiceRequest/action.jsf?formAction (\=13 WONUM=WONUM),
	ALT='Non-conformance verification', $


works just fine with PDF output but insists on placing the %5C character in the link when displaying in HTML.

The above stylesheet definition resolves to:
https://webdev2.sandia.gov/MaximoServiceRequest/action....on%5C=13&WONUM=95465


I've also tried defining a variable that is the full url, but don't know how to get the stylesheet parameter to recognize it.

Any thoughts?


WebFOCUS 7.1.6 on Sun/Solaris (dev/qual/prod), Servlet running on WebLogic 9.2
 
Posts: 17 | Registered: October 09, 2006Report This Post
<JG>
posted
Jim,

Change

quote:
TYPE=DATA, COLUMN=WONUM,
URL=https://&WLSSERV/MaximoServiceRequest/action.jsf?formAction (\=13 WONUM=WONUM),
ALT='Non-conformance verification', $


To

quote:
TYPE=DATA, COLUMN=WONUM,
URL=https://&WLSSERV/MaximoServiceRequest/action.jsf?formActio (n=13 WONUM=WONUM),
ALT='Non-conformance verification', $


This kids WebFocus into thinking that the n of 'formAction' is the first parm
which it substitutes without the & so you end up with formAction=13&WONUM=95456
which is what I believe you need.

Works in html/PDF and Excel
 
Report This Post
Member
posted Hide Post
Absolutely awesome (and very obscure) solution. As you said, works equally well in both PDF and HTML outputs. Now I know to fool around with different combinations of those escaped characters.

Thanks a million!


WebFOCUS 7.1.6 on Sun/Solaris (dev/qual/prod), Servlet running on WebLogic 9.2
 
Posts: 17 | Registered: October 09, 2006Report 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     Getting that !#@* space out of my URL

Copyright © 1996-2020 Information Builders