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 read information on showing special characters on reports but I couldn't find an example where the text that contains the special character originates from DB2.
We have text that is housed in DB2 that we query for and show on our HTML or PDF output. How do we code the registered trademark symbol and the copyright symbol within our DB2 table so that it is translated properly on both HTML and PDF output?This message has been edited. Last edited by: Stacie Stone,
WebFOCUS 8.0.8 PDF, HTML
Posts: 6 | Location: Des Moines, Iowa | Registered: July 30, 2013
You need to set correct code page for DB so that it accepts special characters. Other option is to encode special characters while inserting into DB and decode it while reading from WebFOCUS. But this will be costly this decode needs to be performed for each record.
Stacie, for html output, the code for copyright and for registration mark
&|copy; &|reg;
note the pipe after the ampersand, that's the escape character that tells focus that this is not a dialogue manager variable. For PDF, this wont work; the only thing i can suggest is take a screen shot of the two, make images. pita, i know, but it will work.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
From the WebFOCUS side, once you have the data in your database, as long as you use the correct code pages in WebFOCUS these characters will be visible in all outputs. Use 137 not 437 on the server and 137 on the client.
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007
We ended up reporting a case with IBI for help with this due to our code page set-up. Will post again when we have a resolution. Thanks everyone for your input to my question!
WebFOCUS 8.0.8 PDF, HTML
Posts: 6 | Location: Des Moines, Iowa | Registered: July 30, 2013