Focal Point
[CLOSED]cPaneling in compound document

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

November 01, 2011, 02:27 PM
Oly
[CLOSED]cPaneling in compound document
Hi all!
I have graph and report as compound PDF document oriented as LANDSCAPE. My report contains ACROSS field - months. The width of report is bigger then widht of component container. Unfortunartelly paneling does not work: compouser wraps the report and put 'extra' data on the same page.
Is anybody knows how to do paneling in compound reports?

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


WebFOCUS 8.0.0.8, 8.2.0.3
Windows, All Outputs
November 01, 2011, 02:59 PM
njsden
It is not supported. It's must be documented somewhere though I don't remember the exact place ...



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.
November 01, 2011, 04:48 PM
njsden
quote:
While the length of the report will always include all of the rows of data generated by the
query, the width of the report is limited by the size of the defined component container. This
means that paneling is not supported for compound reports, although it is for non-compound
PDF reports.


See:
Document: Creating Reports With WebFOCUS Language (DN# 4501041.0511)
Section: 10. Linking a Report to Other Resources
Topic: Creating a Compound Report



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.
November 02, 2011, 03:52 AM
Oly
Oh, I seeFrowner
But may be exist any tricks to implement graph and wide report for PDF format?


WebFOCUS 8.0.0.8, 8.2.0.3
Windows, All Outputs
November 02, 2011, 09:30 AM
njsden
I think the only "trick" I know is to try and squeeze your report in one single page by following a combination of style settings such as: SQUEEZE=ON, PAGESIZE=LEGAL, small FONT size (6 is probably the smallest business users may tolerate), tiny LEFTGAP/RIGHTGAP, small page margins.

I that still does not work, you can attempt to "fake" the report paneling using 2 different report requests in such a way that the different ACROSS values end up in different "reports". But then you have to hide (NOPRINt) some columns, play with the headings, reset the page numbers, etc. and it still may not look as you want. Too much trouble in my opinion.

If there is indeed an easier way, I'm afraid I don't know of it so hopefully someone else will step in with some ideas so we both can learn Smiler



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.
November 02, 2011, 12:50 PM
Oly
Ok, thank you for you answers.


WebFOCUS 8.0.0.8, 8.2.0.3
Windows, All Outputs
November 02, 2011, 01:00 PM
njsden
You're welcome, Oly. Sorry I could not be of real help. Frowner



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.