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.
There were a couple of posts over the past two years that noted odd values generated in Excel tab names, but no-one picked up on a cause.
I encontered it recently. I was developing a report with PCHOLD FORMAT EXL2K BYTOC, and at a certain point in development the tab-names started coming out as
1
recovered_sheet1
recovered_sheet2
etc., instead of reflecting the values of the outermost sort variable.
It did not take long to locate the cause: I had added a SUM ... NOPRINT (to generate table-wide summary values for a final subfoot), before the SUM ... BY ... that produced the printed columns. Apparently, BYTOC's action, which bursts based on the outermost BY phrase, looks no further than the first verb. In this case, the first verb had no BY phrase at all, and WF failed to provide Excel the necessary information, so Excel reacted by generating these tabname values.
(WF did "burst" the report correctly into tabs based on the first BY, it just failed to correctly specify the values of the first BY field as the names for the respective tabs.)This message has been edited. Last edited by: Kerry,
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005
If you want to ensure that the Recovered Sheet issue does not happen, build each tab separately in a compound report, this way you can label each one with the TITLETEXT tag in the stylesheet.
Also Excel Tab names can only be 31 characters. Not sure about Excel 2007.
Good idea (generating a separate TABLE for each sort break, and combining them as a compound report).
As a side benefit, it provides a means to move the grand total and endnotes to a separate tab, rather than having them appended to the last department's tab.
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005