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.
A lot of our initial reporting is done with TABLEF since the data coming in is already sorted but it appears that you cannot use style files with TABLEF - is this by design and what is the reasoning there?
(FOC3299) BORDER styling requires the TABLE command. Change TABLEF to TABLEThis message has been edited. Last edited by: JDroke,
________________________________________________________________________________________ WebFOCUS 7.6.8 + Windows Server 2003 + DB2/400
Posts: 66 | Location: Nashville, TN, USA | Registered: January 16, 2008
For performance reasons, I didn't want the data sorted by WebFOCUS since it is already sorted from the data source. I'm not sure that was an exact answer since I could do my own styling in the fex but when I tried to apply a standard style file (like ProBlue.sty for example) in Report Painter and then ran the procedure, I get "(FOC3299) BORDER styling requires the TABLE command. Change TABLEF to TABLE". It does work with TABLE but defeats my purpose.
________________________________________________________________________________________ WebFOCUS 7.6.8 + Windows Server 2003 + DB2/400
Posts: 66 | Location: Nashville, TN, USA | Registered: January 16, 2008
JD, For another of those unexplained reasons, WF does not like BORDER and TABLEF. Go figure out why! If you don't mind, use GRID instead. If you do mind, you are back to TABLE.
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006
Here is the official word and explanation from IBI...
That is correct and current behavior in WebFOCUS. The use of the Style - BORDER feature require the usage of TABLE. It generates an in memory area -- Internal Matrix TABLEF does not create the same matrix.
There are two things that are potential follow-ups to this issue.
1. The documentation clarly needs to state this limitation. 2. You could submit as a New Fatture Request, for review by Programmming.
There is no work-around to this issue.
________________________________________________________________________________________ WebFOCUS 7.6.8 + Windows Server 2003 + DB2/400
Posts: 66 | Location: Nashville, TN, USA | Registered: January 16, 2008
If you don't mind an intermediary HOLD file, I'd do the TABLEF, HOLD the output then do the TABLE with styling on the HOLD file. This may add a bit of overhead, depending on the size of the HOLD file.
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