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     Extra Space before Grandtotal

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Extra Space before Grandtotal
 Login/Join
 
Platinum Member
posted
Why is it when you run the following, you get an extra blank line before the grand total? This is irritating.

TABLE FILE CAR
SUM SALES
BY COUNTRY
BY CAR
ON COUNTRY SUBTOTAL
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='Letter',
LEFTMARGIN=0.000000,
RIGHTMARGIN=0.300000,
TOPMARGIN=0.000000,
BOTTOMMARGIN=0.300000,
TOPGAP=0.000000,
SQUEEZE=ON,
ORIENTATION=LANDSCAPE,
$
TYPE=REPORT,
GRID=OFF,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
ENDSTYLE
END

I must be missing something obvious.

Ken


Prod - WF 7.6.4 Unix/Solaris - Self-Service, BI Dashboard, MRE
Dev - WF 7.6.4 Unix/Solaris - Self-Service, BI Dashboard, MRE
Databases: Oracle 10g, SQL Server 2000, DB2.
 
Posts: 177 | Location: Calgary, Alberta, Canada | Registered: April 25, 2005Report This Post
<RickW>
posted
I *think* FOCUS has always done that - even on the mainframe - but I might be wrong. It's just one of those decisions IBI made when creating that feature. I'm sure there's a much better "internals" answer though.
 
Report This Post
Expert
posted Hide Post
Its the GRID
if you leave GRID ON (the default) you get no blank space.
But grid will print hideously black on almost everyone's printers.
So we leave grid on and use
<style>
TABLE {border-collapse:collapse}
</STYLE>
(as recommended by Pietro)
in the htmlform to display the report.
The grid is much gentler. You can then try to get your users to print using the 'print background colors' option on their printers properties, and it looks pretty nice.
GRID is inextricably intertwined with so many other things, like WRAP.
ps so sorry, ken, the code didnt display, and i failed to check it .

This message has been edited. Last edited by: susannah,




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Gold member
posted Hide Post
that truly is something that reproduces everywhere. Basically, by default there is a spaces line before each SUBTOTAL and AFTER. So, you get the SPACE
Last subtotal
space following
space preceeding grand total
grand total
You can avoid it, by coding your own ON TABLE SUBTOTAL, but call it in to customer support. They can put in a new feature request so that it doesn't happen in future releases, so you will at least be doing your bit for all of FOCUS community
Noreen Redden
IBI


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, 2003Report This Post
Member
posted Hide Post
This is related to the 2-line subtotal issue - hence my suggestion last summit to provide developers with SET commands to override all these mainframe-type defaults. There are a LOT of SETs which doesn't make sense in the WebFOCUS world, like PA01, PA02 and PF01-PF12 to answer Gerry's reply that there are enough SET commands akready...
 
Posts: 21 | Location: South Africa | Registered: April 22, 2005Report 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     Extra Space before Grandtotal

Copyright © 1996-2020 Information Builders