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.
For me, the subtotal line is getting splitted into 2 lines even when i am using SQUEEZE = . FYI I am using multiverb request in my report. Please suggest a solution.
Using WF 7.1.7/Dev Studio
Posts: 189 | Location: Boston, MA | Registered: July 12, 2005
It is most likely the multi-verb request. The problem is that FOCUS wants to reserve enough room so that the word TOTAL and the value of the TOTAL field do not infringe on the first verb object. With a multi-verb request, that often means that the first verb object (even though it is not being subtotalled, is next to the sort column. Also, if you are NOPRINTing the BY field on the first verb, this means that it cannot fit TOTAL value BEFORE the first verb object in the first verb. You can try creating a DEFINE FILE XXX BYFLD/A1 = ' '; other define END TABLE FILE xxx SUM (first verb) BY BYFLD AS ' ' BY realby NOPRINT other verb BY BYFLD as ' ' BY realby NOPRINT SUBTOTAL AS ''
But then you won't get the word TOTAL.
Another option, if the first verb object is ALPHA, is to make it a BY field.
WEFOCUS - All releases starting at 4.3.6 MF FOCUS -- All releases starting at 3.8.68 OS/Platfor _ Predominately Z/OS, but all others as swell Expected Output Format -- *
Posts: 60 | Location: 2 penn | Registered: May 22, 2003
Hi Nordeen, Using your approach, I was able to supress the splitting of total rows. However, another column was introduced which was not needed. Hence the 'Total XXX' is comin in the first column and the actual values of realby are coming in the next column. Is it possible to have the Total values in the same column as that of the Realby values? Help needed... Regards Syed
Using WF 7.1.7/Dev Studio
Posts: 189 | Location: Boston, MA | Registered: July 12, 2005
I think the machinations we have to go through to solve this simple problem are ridiculous.
"The problem is that FOCUS wants to reserve enough room so that the word TOTAL and the value of the TOTAL field do not infringe on the first verb object" - this appears to me as a hold-over from the days of 132 character fixed-width mainframe reports, we're now in the 21st century, so we shouldn't have this problem any more.
I always forget what the definitive solution for this problem is.
Syed, take a look at this forum thread - it might help you resolve the problem:
Francis, I can't agree with you enough. I asked Gerry at Summit 2005 for a simple SET to override this absurd default behaviour and his answer was that "there are enough SET commands already"....
Posts: 21 | Location: South Africa | Registered: April 22, 2005