Focal Point
[CLOSED] Hiding blank rows b/w header and report in EXCEL with borders

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

March 21, 2014, 05:48 AM
Rifaz
[CLOSED] Hiding blank rows b/w header and report in EXCEL with borders
Hi,

Unable to suppress the blank row between my header and report with borders enabled in it.

 TABLE FILE CAR
HEADING
"TEST HEADER"
SUM RC
BY COUNTRY
ON TABLE PCHOLD FORMAT EXL2K
ON TABLE SET STYLE *
TYPE=REPORT,BORDER=0.5,$
ENDSTYLE
END 


Thanks,
Rifaz

This message has been edited. Last edited by: <Kathryn Henning>,


-Rifaz

WebFOCUS 7.7.x and 8.x
March 21, 2014, 10:24 AM
Tony A
This is stirring up a long running question, so I'll not bother repeating the reasons why you can't (see many previous posts!).

Suffice to say that the closest that I think that you will get is to add styling such as this -
TYPE=REPORT, UNITS=PTS, SIZE=1, $
TYPE=HEADING, SIZE=9, $
TYPE=TITLE, SIZE=9, $
TYPE=DATA, SIZE=9, $

No doubt, more offers of solutions will follow Smiler

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
March 21, 2014, 01:52 PM
Rifaz
TABLE FILE CAR
HEADING
"TEST HEADER"
SUM RC
BY COUNTRY
ON TABLE PCHOLD FORMAT EXL2K
ON TABLE SET STYLE *
TYPE=REPORT,BORDER=0.5,$
TYPE=REPORT, UNITS=PTS, SIZE=1, $
TYPE=HEADING, SIZE=9, $
TYPE=TITLE, SIZE=9, $
TYPE=DATA, SIZE=9, $
ENDSTYLE
END 


Thanks Tony for your suggestion, but having your styling codes makes no difference. Perhaps, did some search, couldn't make it. Sweating


-Rifaz

WebFOCUS 7.7.x and 8.x
March 21, 2014, 03:03 PM
Tony A
Missed the EXL2K bit - must be a Friday Wink

Two "Hopes" for this and one of them is Bob.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
March 21, 2014, 03:29 PM
njsden
As Tony A said, it's a long running question, but I still keep my hope alive about SET DROPBLNKLINE=HEADING having the same effect on HTML/EXL2K format in a future release just how it does it for PDF format in 7.7.05.



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.
March 23, 2014, 08:37 AM
Rifaz
Thanks Neftali & Tony though Frowner


-Rifaz

WebFOCUS 7.7.x and 8.x