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     Presentation problem

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Presentation problem
 Login/Join
 
Gold member
posted
Hi guys,

I have a problem with presentation of tilda(~) in report. tilda (~) is replaced by '?'(Question symbol).
I want to know can we represent the tilda(~) in our reports as normal..

we are using DB2 database. Any suggestions is higly appreciated.

Thanks
TryFocus


Prod: WF 7.6.10 windows. -- MRE/Dashboard/Self Service/ReportCaster - Windows XP
 
Posts: 82 | Location: Chicago | Registered: September 28, 2005Report This Post
Guru
posted Hide Post
Maybe its me but I don't know if you have a tilda in the data or you hard coding in into the report?

If you are hard coding it have you tried the following:
TABLE FILE CAR
PRINT
COMPUTE FIELD01/A1 = '~';
COMPUTE FIELD02/A1 = HEXBYT(126, 'A1');
COMPUTE FIELD03/A7 = '&' || '#126;';
BY
     COUNTRY
END
 
Posts: 406 | Location: Canada | Registered: May 31, 2004Report This Post
Gold member
posted Hide Post
Hi reFocusing

Ur suggestion really works fine. but my situation is little different.

Iam pulling a Field from DB2 and presenting the data.

DB2 Has : TGT~0510~37029~1~10.27 Elec and GM

But being Displayed as :-
TGT?0510?37029?1?10.27 Elec and GM

DB2 database Field value ~ is not being displayed as it is. but being replaced to ?

Any suggestions is appreciated.

Thanks
Tryfocus


Prod: WF 7.6.10 windows. -- MRE/Dashboard/Self Service/ReportCaster - Windows XP
 
Posts: 82 | Location: Chicago | Registered: September 28, 2005Report This Post
Gold member
posted Hide Post
Hi guys,

Iam struggling with this problem..
Any suggestion would be greatly appreciated.

Thanks
TryFocus


Prod: WF 7.6.10 windows. -- MRE/Dashboard/Self Service/ReportCaster - Windows XP
 
Posts: 82 | Location: Chicago | Registered: September 28, 2005Report This Post
Guru
posted Hide Post
In some layer on the way to your data coming back, it may be translating your character set to one that doesn't have a tilde. I don't know what that might be, or which layer (DB2 adapter, EDA layer, etc) that would be doing that. If you could trace the issue back, and see where the tilde gets replaced, maybe you could look at the NLS settings for that software.


(Prod: WebFOCUS 7.7.03: Win 2008 & AIX hub/Servlet Mode; sub: AS/400 JDE; mostly Self Serve; DBs: Oracle, JDE, SQLServer; various output formats)
 
Posts: 391 | Location: California | Registered: April 14, 2003Report This Post
Expert
posted Hide Post
I just tried putting a tilde in a MS SQL Server table and an Oracle table on my Windows XP PC and it displayed correctly.

As N.Selph mentions, it's prpbably happening at some other layer and probably due to DB2 being on a different platform to the WebFOCUS server. Perhaps it's a code page issue on the iWay server?


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Master
posted Hide Post
Is this happening only in HTML or other format too? Because I too had the same kind of problem but only in HTML. My problem was, not able to display the data like Total <<C Yr . It showed in html format as Total < .

I just used substring and concatenated it with space in between special character and C.


WFConsultant

WF 8105M on Win7/Tomcat
 
Posts: 780 | Location: Florida | Registered: January 09, 2005Report This Post
<RickW>
posted
You could try using CTRAN function.
 
Report 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     Presentation problem

Copyright © 1996-2020 Information Builders