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 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, 2004
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, 2003
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, 2004
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, 2003
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.
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.
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.
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, 2004