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     [CLOSED] Avoid page-break with MERGE = ON

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Avoid page-break with MERGE = ON
 Login/Join
 
Member
posted
Hi,
When Merge is ON in PDF composer , the output for each "BY" value gets displayed in a separate page. For example when the below code is executed , the output for England displays on page 1 and France on page 2 and so on. There is lot of space in page 1 to accommodate another report. In this case is it possible to display the contents of England and France on the same page with the header section and so on? Is it possible to avoid the page-break with MERGE = ON?

SET HTMLARCHIVE=ON
COMPOUND LAYOUT PCHOLD FORMAT PDF
UNITS=IN, $
SECTION=section1, LAYOUT=ON, METADATA='0.5^0.5^0.5^0.5^4', MERGE=ON, ORIENTATION=PORTRAIT, PAGESIZE=Letter, SHOW_GLOBALFILTER=OFF, $
PAGELAYOUT=1, NAME='Page layout 1', text='Page layout 1', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.5, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.5,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report1', TEXT='report1', TOC-LEVEL=2, POSITION=(0.833 1.563), DIMENSION=(5.417 2.083), METADATA='Z-INDEX: 100; POSITION: absolute; WIDTH: 5.417in; HEIGHT: 2.083in; TOP: 1.563in; LEFT: 0.833in', $
END
SET COMPONENT='report1'
-*component_type report
-*focexectool
TABLE FILE CAR
SUM 
     CAR.BODY.DEALER_COST
     CAR.BODY.RETAIL_COST
BY  LOWEST CAR.ORIGIN.COUNTRY
BY  LOWEST CAR.COMP.CAR
BY  LOWEST CAR.CARREC.MODEL
HEADING
"<CAR.ORIGIN.COUNTRY "
ON TABLE SET PAGE-NUM NOLEAD 
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
     INCLUDE = endeflt,
$
TYPE=HEADING,
     BACKCOLOR='YELLOW',
$
ENDSTYLE
END
COMPOUND END
  



Can anyone help me on this issue? I am using WebFOCUS 7.7.03.


Thanks,
Kumaravel.M

This message has been edited. Last edited by: Kerry,
 
Posts: 13 | Registered: September 29, 2008Report This Post
Master
posted Hide Post
Add RELATIVE-TO.

see the code below. I have RELATIVE-TO next to MERGE=ON.

SET HTMLARCHIVE=ON
COMPOUND LAYOUT PCHOLD FORMAT PDF
UNITS=IN, $
SECTION=section1, LAYOUT=ON, METADATA='0.5^0.5^0.5^0.5^4', MERGE=ON, RELATIVE-TO,ORIENTATION=PORTRAIT, PAGESIZE=Letter, SHOW_GLOBALFILTER=OFF, $
PAGELAYOUT=1, NAME='Page layout 1', text='Page layout 1', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.5, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.5,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report1', TEXT='report1', TOC-LEVEL=2, POSITION=(0.833 1.563), DIMENSION=(5.417 2.083), METADATA='Z-INDEX: 100; POSITION: absolute; WIDTH: 5.417in; HEIGHT: 2.083in; TOP: 1.563in; LEFT: 0.833in', $
END


WFConsultant

WF 8105M on Win7/Tomcat
 
Posts: 780 | Location: Florida | Registered: January 09, 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     [CLOSED] Avoid page-break with MERGE = ON

Copyright © 1996-2020 Information Builders