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 have a hyperlink to a CRM view in the header of a compound report. The URL has an amper. After some searching here and tried using defaults, replacing with ascii, but not able to get the link to work properly with a workaround. Any thoughts ?
Here's the statement causing me problems...
OBJECT=STRING, URL=http://crmna.sybrondental.com/Krr/_root/homepage.aspx?etc=1&viewid=%7b5AA0B51A-05A4-DF11-8834-005056B01CD7%7d, NAME='text1', TEXT='Target List', POSITION=(0.501 0.505), MARKUP=OFF, WRAP=ON, DIMENSION=(3.038 0.681), font='ARIAL', color=RGB(0 0 0), size=10, $This message has been edited. Last edited by: Kerry,
use the escape character |. Focus is trying to resolve your &'s in your string, if you escape it like this &|VARIABLE it should treat it as part of the text.
Eric Woerle WF 7.6.7 Reportting Server ETL 7.6.10 Dev Studio 7.6.7
Thanks Eric - it is no longer prompting for a URL, but now gives me a 'bad value in stylesheet' (citing the updated url) error and the report terminates.
The error seems to be related to the '=' in the URL. Is there a way to qualify the = symbol (the escape | only worked for the amper) ?This message has been edited. Last edited by: Stephen,
In this case, the url is in the style sheet, functioning as a kind of drill down. For drill downs it is always possible to enter parameters, like for a focexec call you just put the parameters in a bracketed list. For URL's it is exactly the same. Put the variable (in this case the viewid) in a bracketed list.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007