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     Large Text Field Handling in new 7.etc versions

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Large Text Field Handling in new 7.etc versions
 Login/Join
 
Silver Member
posted
I have had major difficulties in getting very large text fields to display.

I know the following: Defines can be used to break up the field into 2 or more pieces, and there is a max number of characters allowed per text field.

My experience with large text fields has been:

Defines do not work if the original text field exceeds the max number of characters allowed.

Text field must be the final field displayed on a report. This forces me to work with compounded pdf reports.

Any text field beyond the max length causes WebFOCUS to truncate all report output from that point on. This includes all following compounded pdf reports that have nothing to do with the report that includes the large text field.

My question is: does anyone know of any improvements to the handling of large text fields in newer versions?

Thanks, vickie
 
Posts: 37 | Location: Springfield, MA | Registered: December 03, 2004Report This Post
Virtuoso
posted Hide Post
How long is the text field in your database? I believe WebFOCUS can have Alphanumeric fields of up to A4095 since version 4.3.x. Is this long enough to handle your field lengths?
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
Silver Member
posted Hide Post
Unfortunately the text field created by systems is 7,000 in length. Reporting off of the database would have been a great consideration had anyone thought of it when the database was created!

vickie
 
Posts: 37 | Location: Springfield, MA | Registered: December 03, 2004Report This Post
Virtuoso
posted Hide Post
What is your database and how is it defined? CLOB or VARCHAR? I don't think this format limit for Alphanumerics has been increased in recent releases. Sorry.
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
Silver Member
posted Hide Post
The database is an SQL 2000 with variable characters.

Thanks for responding Mickey...vickie
 
Posts: 37 | Location: Springfield, MA | Registered: December 03, 2004Report This Post
Silver Member
posted Hide Post
Have your DBA create a "View" that breaks the long text field into 2 or more shorter fields.

Sample: http://support.microsoft.com/default.aspx?scid=kb;en-us;283886&Product=sql2k

Or you could possibly use SQL pass-through and do it yourself !!
 
Posts: 40 | Registered: March 10, 2004Report This Post
Silver Member
posted Hide Post
Great idea! Thanks, Terry
 
Posts: 37 | Location: Springfield, MA | Registered: December 03, 2004Report This Post
Virtuoso
posted Hide Post
Vickie,

Have you tried creating an MFD with a field definition of an A7000 just to see if it would work? Since your SQL 2000 table field is a variable character and not a CLOB it's worth a shot. You can then use WRAP to make the string fit reasonably on a report.

FIELDNAME=LONGTEXT, ALIAS=LONGTEXT, A7000, A7000,$
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
<RickW>
posted
I just came across an issue where if a field has data with more than 1064 characters, and you're creating a PDF - the job agent will crash. It's not a problem with HTML or Excel output - only PDF's. I don't think it's an issue on 7.1.
 
Report This Post
Platinum Member
posted Hide Post
What width are using to wrap the column? Are you outputing portrait or landscape?

Lenny


(Production: WebFOCUS 7.1.3 on Win 2K/IIS 6/CGI)
(Test: WebFOCUS 7.1.3 on Win 2K/IIS 6/CGI)
 
Posts: 104 | Location: Boston | Registered: April 23, 2003Report This Post
<RickW>
posted
The WRAP and paper orientation have no impact - tried 'em all.

We're starting to test WF 7.1 and when I ran the same program on 7.1 it ran without any issues so I'm pretty sure it's a bug and I've placed a case with IBI.

I also tried -READing it into a variable and placing it in a HEADING/SUBFOOT and it crashed as well.

It's pretty much a showstopper for the application I'm working on and I've tried everything I can think of.
 
Report This Post
Silver Member
posted Hide Post
Update to my problem with large text fields. A stored procedure was created to break down the text by looking for carriage returns. Actually works very well with the paragraphs staying intact.

Thank you all for your suggestions.

vickie
 
Posts: 37 | Location: Springfield, MA | Registered: December 03, 2004Report 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     Large Text Field Handling in new 7.etc versions

Copyright © 1996-2020 Information Builders