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     compound pdf with overflowing columns

Read-Only Read-Only Topic
Go
Search
Notify
Tools
compound pdf with overflowing columns
 Login/Join
 
Platinum Member
posted
I'm trying to produce a compound PDF that has most of its data in columns. There are 3 financial type reports, each of which only has 7 rows, but around 100 columns. Is there any way to "wrap" the extra columns onto the following page, so that I get the "FOR" column repeated on each page, and the "across" columns are the data that flow?


Thanks.

Mark
WF 7.6 Windows
 
Posts: 150 | Registered: July 26, 2007Report This Post
Platinum Member
posted Hide Post
Try with BY field.
Not sure if it helps,

TABLE FILE CAR
PRINT CAR
SALES CAR
SALES CAR
SALES CAR
SALES
BY COUNTRY
ON TABLE SET BYPANEL 1
ON TABLE PCHOLD FORMAT PDF
END

Hari
WF-769
 
Posts: 165 | Registered: September 29, 2008Report This Post
Virtuoso
posted Hide Post
Try the BYPANEL setting. From the docs:

Parameter:
BYPANEL

Description:
Enables display of By fields in the left portion of each panel of a multi-panel report.

Syntax:
SET BYPANEL = option where:

option

Is one of the following:

ON repeats the sort field values on each report panel.

OFF does not repeat sort field values on each report panel. Fields are displayed only on the first panel, and columns may split between panels. This value is the default.

0 does not repeat sort field values on each report panel, and columns do not split between panels.

n repeats n columns of sort fields on each report panel. The value for n can be equal to or less than the total number of sort fields specified in the request.



If you've got 7 rows and 100 columns, I would suggest flipping the report to show 100 rows in 7 columns. Easily done with some DEFINEs. That's an awfully wide report to just display 7 rows.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Platinum Member
posted Hide Post
Thanks All! I'll look into the BYPANEL option.

Darrin, also a good point. As you may have guessed, I'm reproducing an existing report currently done by hand. I suspect the client likes the existing format b/c it makes it easier to do visual comparisons side-by-side, but it's worth running up the flagpole.


Thanks.

Mark
WF 7.6 Windows
 
Posts: 150 | Registered: July 26, 2007Report This Post
Platinum Member
posted Hide Post
ok, so here's a related question: i read about the column limit but was a little unclear about how to calculate it when you have an across. my report will have about 20 FML rows and over 100 values for 1 single ACROSS field. Example:

TABLE FILE MYFILE
SUM AMOUNT
FOR ACCOUNT
1 OVER
2 OVER
...
20
ACROSS FUND AS ''
ON TABLE SET BYPANEL ON
END

Am I going to exceed the table request limits? What's the calculation? I think I read there was a way to code around this limitation. Does anyone know about it and/or have a link?

Thanks.


Thanks.

Mark
WF 7.6 Windows
 
Posts: 150 | Registered: July 26, 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     compound pdf with overflowing columns

Copyright © 1996-2020 Information Builders