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.
Hi, I don't even know how to explain this, I am trying to "line up" the heading for a report, something like this:
TABLE FILE CAR SUM DEALER_COST ACROSS COUNTRY NOPRINT ACROSS CAR AS '' BY MODEL ON TABLE SET PAGE-NUM OFF END
What I would like to see is the word "MODEL" on the same line as the CARs (JAGUAR, etc). I'm sure there is a way to do that, but I can't figure it out.
Thanks, Luminita
7.6.6 on AIX platform Output: variety (Excel, HTML and PDF)
Posts: 33 | Location: New Hampshire | Registered: October 17, 2007
I will try to keep this as short as possible. You can't do it with just a simple command. the rest of the line to the right of MODEL is actually where the TITLEs should go for the columns of data, in your case DEALER_COST. By default, WebFOCUS suppresses TITLEs when there is only one verb object (SUM is the verb, DEALER_COST is the object). Even though the TITLEs are suppressed, the space is still reserved (unfortnately). There are a lot of internals of processing in play here that make WebFOCUS do this.
There is a trick to force TITLEs to appear but I do not know of a way to get rid of the blank line and put MODEL on the same line as the CAR values.
Change your SUM statement to the following to get TITLEs to appear.
SUM DEALER_COST AS 'Whatever' DEALER_COST NOPRINT
Thanks!
Mickey
FOCUS/WebFOCUS 1990 - 2011
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003