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.
the url created for a drill down in excel format inserts the characters %0d%0a when clicked. The characters do not show up when you mouse over the field in the box showing the url. However when the field is clicked the url at the address of the browser contains that field. This only happens on the excel format. The html format does not have this error.
I am assuming that the drilldown works, correct? The %xx characters are the 'escaped' version of characters that can cause a url to be confused, such as plus signs, spaces, etc. The URL generated is escaped so that it will work correctly in the excel environment. The characters are interpreted by the browser engine when you click on it. As long as the drilldown works, don't worry about these characters. There is nothing you can actually do to change them anyway.
Posts: 44 | Location: New York City | Registered: May 23, 2004
that was the problem the drill down does not work. the characters appears between an & and the field name as a passed variable. the webfocus engine complains when building the set commands to assign a value to the &variable.
something like this, you will notice that there is a gap just above the last line where an amper symbol is. When it is clicked the url will have the characters on the location(address) on the browser.