Focal Point
Remove space between page heading and report

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1657087136

June 27, 2013, 04:15 PM
Mike Deluca
Remove space between page heading and report
How do you remove the space between the page heading and the top of the report without turning off all borders? Right now it displays like this:

Title of report

Column Title
Column Data

I want:

Title of report
Column Title
Column Data


Prod/Dev: WebFOCUS 8.0.06 on Windows Server 2008/Tomcat , WebFOCUS DevStudio 8.0.06 on Windows 7
June 27, 2013, 05:25 PM
Prarie
Hi There - if you will do a search on the forum that question has been mentioned many times.
June 28, 2013, 08:33 AM
Mike Deluca
If I was able to find an easy solution, I wouldn't be posting here.


Prod/Dev: WebFOCUS 8.0.06 on Windows Server 2008/Tomcat , WebFOCUS DevStudio 8.0.06 on Windows 7
June 29, 2013, 11:58 AM
Alex
If you want borders you'll have to live with the space. I don't believe this was resolved in 7.7.x nor WF8 (as far as I can tell). You might put in a case asking for an NFR.


WF 7.7.04, WF 8.0.7, Win7, Win8, Linux, UNIX, Excel, PDF
July 01, 2013, 06:35 PM
njsden
As Alex says, you will (unfortunately) have to live with that blank in between the HEADING and TITLE is you want borders.

I saw a demo at Summit where a setting takes care of that for you automatically but *only* works for PDF output:

SET DROPBLNKLINE=HEADING

Though DROPBLNKLINE was added in 7.6.11, I am not sure as of which WF version the "HEADING"value is supported.

If you open a NFR for this functionality to be available for ALL other styled output formats (HTML, EXL2K, EXL07,...) similar to how it works for PDF, please share the news. I may open one myself.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
July 03, 2013, 09:11 AM
John W Price
DROPBLNKLINE= option .... control blank line display in report
option: ALL .... combine ON and HEADING options
option: BODY .... exclude system generated blank lines
option: HEADING .... removed blank lines from headings, titles, report body and footings
option: OFF .... [default] inserts system blank lines and empty data lines
option: ON .... exclude system generated blank lines
I thought this SET command was added in 7.7.04 - perhaps just some of the options were added.
From the WebFOCUS Keysheet around page 187.



WebFOCUS 8.0.2, FOCUS since 1977 - John@Aviter.com
PDF , Excel, FOCUS, Author of the Keysheets and Dates book.
www.Aviter.com
July 03, 2013, 10:11 AM
Francis Mariani
quote:
DROPBLNKLINE

From the WebFOCUS DevStudio v7.7.03 documentation it appears it was added before v7.7.04 and does not specify it only works for PDF:

DROPBLNKLINE - The DROPBLNKLINE parameter suppresses blank lines around subtotals, subheadings, and subfootings when formatting a report for output. In addition, certain data lines may be blank and appear as blank lines on the report output. You can eliminate these blank lines from the report output using the SET DROPBLNKLINE=ON command.

This setting does not apply to the following output formats: HOLD/PCHOLD/SAVE formats ALPHA, INTERNAL, BINARY, COM, COMT, COMMA, TAB, TABT, FIX, DFIX, all DBMS, VSAM, LOTUS, SYLK, DIF, FOCUS, and XFOCUS.

The syntax is: SET DROPBLNKLINE = {OFF|ON} where:

OFF - Leaves blank lines in data and blank lines automatically inserted by WebFOCUS in the report output. OFF is the default value.

ON - Removes blank lines of data and blank lines automatically inserted by WebFOCUS from the report output.


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
July 03, 2013, 10:15 AM
Francis Mariani
In v8, the settings was extended to include other attributes: SET DROPBLNKLINE={OFF|ON|BODY|HEADING|ALL}.

quote:
Works in positioned formats (PDF, PS, DHTML, PPT) when a request has a border or backcolor StyleSheet attribute anywhere in the report.



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