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.
Here are two intersting things which I found during the development of my current report.
Some might be aware... Still
Tip # 1 :
Whenever you are using a single columns HOLD file in Where clause of TABLE FILE Request, The data type of that column should not be varchar. A15 will work where in A15V wont work.
Tip # 2 : Whenever you have MARKUP=ON in PDF and do the styling, the negation bracket will not work with numeric columns. Even D15B wont show the brackets in the data. So with MARKUP=ON, Brackets can't be shown for negative values. It interprets B in a different way like a HTML tag.
Thanks.This message has been edited. Last edited by: Kerry,
Thanks,
Ramkumar. WebFOCUS/Tableau Webfocus 8 / 7.7.02 Unix, Windows HTML/PDF/EXCEL/AHTML/XML/HTML5
Posts: 394 | Location: Chennai | Registered: December 02, 2009
Originally posted by Ramkumar - Webfous: Whenever you are using a single columns HOLD file in Where clause of TABLE FILE Request, The data type of that column should not be verbose. A15 will work where in A15V wont work.
The 'V' is not for 'verbose', but for 'variable length'. In database terminology it's CHAR vs. VARCHAR. There is nothing verbose about such fields.
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
Variable-length alpha fields (AnV) have some other limitations in functionality when compared to their counterpart alpha (An), for instance, you cannot used them as the first BY field in a report request if you intend to burst results via Report Caster.
That limitation is documented but still took me a good few minutes (more than a few actually) to figure out the hard way ... until I RTFM and found about it ... well, not the "FOCUS" manual but the Report Caster one