Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     ACROSS and BY styling

Read-Only Read-Only Topic
Go
Search
Notify
Tools
ACROSS and BY styling
 Login/Join
 
Silver Member
posted
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, 2007Report This Post
Virtuoso
posted Hide Post
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, 2003Report This Post
Expert
posted Hide Post
As Mickey says, there's no easy way.

In your report, if it's obvious what the BY field is, you could suppress the column title:

TABLE FILE CAR
SUM SALES
ACROSS SEATS AS ''
BY COUNTRY AS ''
ON TABLE SET PAGE-NUM OFF
END


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Silver Member
posted Hide Post
Hi,

Thank you so much for your help, no wonder I had a hard time getting this to work :-)

I ended up "tweaking" the Excel template to make it display what I want it to display and it works like a charm.
Thanks,
Luminita


7.6.6 on AIX platform
Output: variety (Excel, HTML and PDF)
 
Posts: 33 | Location: New Hampshire | Registered: October 17, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     ACROSS and BY styling

Copyright © 1996-2020 Information Builders