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     Truncation Character

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Truncation Character
 Login/Join
 
Member
posted
We want to remove the annoying "!" character that WebFocus displays when a field is truncated. Is there any way of turning this "feature" off?

Thanks.


WebFOCUS version 761.
Windows operating system. SQL Server database.
Output: Currently creating Excel and PDF report output.
 
Posts: 14 | Registered: December 14, 2007Report This Post
Virtuoso
posted Hide Post
I don't recall ever seeing that except when I was trying to show a report in PDF that was basically a hundred character field for each line of the report. Was our way of getting output to our mainframe print server and if wanted to 'see it' would either display html or we'd use PDF.


Leah
 
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004Report This Post
Expert
posted Hide Post
Whenever I see the ! in a PDF report, I fix the report so that the field does not get truncated - therefore I find the ! character is a valuable "feature".


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
Virtuoso
posted Hide Post
I'm with Francis - fix the problem instead of the symptom. if you're using functionality like SQUEEZE= in your stylesheet that would truncate to a specific width, try using a WRAP= instead. My guess would be that that would be the only way to get rid of the ! (Short of redefining the column and shortening its length with EDIT, TRIM or something similar)


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Expert
posted Hide Post
I, too, agree with Darin and Francis. A very useful indication that you have to do something with your report. When writing reports I always code for the three main output types of EXL2K, HTML and PDF. For PDF output all columns get subjected to specific style sheet code of -
TYPE=REPORT, COLUMN=[column name], WIDTH=[width value], WRAP=[wrap value], $
and being a fussy coder I generally make sure that the columns of the report match the width of the heading and footing.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Virtuoso
posted Hide Post
Tony,

WIDTH=[width value] is used only on HEADING, SUBHEAD, FOOTING or SUBFOOT. this has no affect on columns. See page 28-1117 of the WF Creating Reports Manual.

WRAP=[wrap value] is used for column width contorl. Although it can also be used to affect the behavior or HEADING, SUBHEAD, etc items.

Have you read my articles on HTML and PDF Report Design? Wink Razzer


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
Virtuoso
posted Hide Post
Mickey,
I think that it would depend on the desired output. If you are using PDF, WIDTH has no effect on the width of the column but works for other components as you stated. For HTML, WIDTH does affect the column width, and functions interchangeably with WRAP. It would be easiest, however, to make your statement the "rule of thumb."


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Virtuoso
posted Hide Post
Darin,

Thanks for the information. I will need to give this a try. The WF manual seems to indicate they are each to be used for specific components of a report.

Now you know why I wrote the articles. I was trying to bring some clarity to when each keyword should be used.


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
Virtuoso
posted Hide Post
Just to make this more confusing, you can use either WIDTH, WRAP or SQUEEZE interchangably to control the column width for HTML output. Go figure. Of course you must have ON TABLE SET HTMLCSS ON.


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
Expert
posted Hide Post
quote:
Have you read my articles on ...
I'm still waiting for part III Wink
quote:
control the column width for HTML output.
which is why I specify both in style Smiler

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Virtuoso
posted Hide Post
Tony,

I haven't been inspired yet to write a PART 3. When I wrote PART 1 it was getting to be so long I had already determined to eventually write a PART 2 before PART 1 was even finished!

I could probably write a PART 3 as more of a tips and techniques showing how to get around the wierd things that happen when formating for HTML or PDF. Better yet PART 3 could be about formatting for Excel! Hmmmm...


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report 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     Truncation Character

Copyright © 1996-2020 Information Builders