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] NOBREAK command not working for PPT format in Compound report

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] NOBREAK command not working for PPT format in Compound report
 Login/Join
 
Gold member
posted
Hi,
In a compound report using PPT format, though I use NOBREAK command in between, chart or table breaks and every slide has only one chart or table.But it works fine for PDF format.
This is my sample code.
-* Default Mode: ResourceLayout
-*INTERNAL_PROPERTIES$fieldDisplayMode=label;OBJECTID=GLOBAL
-*INTERNAL_PROPERTIES$enablePreview=true;OBJECTID=GLOBAL
-*INTERNAL_PROPERTIES$OutputFormat=PPT;OBJECTID=GLOBAL
-*INTERNAL_PROPERTIES$prefixDisplayMode=;OBJECTID=GLOBAL
-*INTERNAL_PROPERTIES$FexState={"_arComponents":[{"id":"dfMain"},{"id":"palTrace"},{"id":"palProperties"},{"id":"palTBox"},{"id":"palQuery"},{"id":"palDataSrcs","_arDataSources":[{"id":"CAR","selected":true,"selectedTabIndex":0,"cmdDSViewUserValue":"mt","_arListViewOptions":[true,true,false,true,false,true,true,null,true],"_arListColumnsState":[{"width":150,"visible":true},{"width":150,"visible":true},{"width":150,"visible":false},{"width":150,"visible":true},{"width":150,"visible":false},{"width":150,"visible":true},{"width":150,"visible":false},{"width":150,"visible":true}]},{"id":"R16643","selected":false,"selectedTabIndex":0,"cmdDSViewUserValue":"ml","_arListViewOptions":[true,true,false,true,false,true,true,null,true],"_arListColumnsState":[{"width":150,"visible":true},{"width":150,"visible":true},{"width":150,"visible":false},{"width":150,"visible":true},{"width":150,"visible":false},{"width":150,"visible":true},{"width":150,"visible":false},{"width":150,"visible":true}]}]},{"id":"palChartEditor"},{"id":"palFilters"},{"id":"pdfCanvas","scrollLeft":0,"scrollTop":0,"_arSelectedItems":[],"_arTableItems":[{"id":"Table_1","sizeToFit":false},{"id":"Table_2","sizeToFit":true},{"id":"Table_3","sizeToFit":false}],"_arGuides":[]}]};OBJECTID=GLOBAL
-*INTERNAL_PROPERTIES$GlobalRecordLimit=500;OBJECTID=GLOBAL
-*INTERNAL_PROPERTIES$SampleData=false;OBJECTID=GLOBAL
-*INTERNAL_PROPERTIES$LinkedSorts=not initialized;OBJECTID=GLOBAL
SET HTMLARCHIVE=ON
SET PAGE-NUM=NOLEAD


-*component_type report
TABLE FILE CAR
SUM CAR.BODY.SEATS
CAR.BODY.DEALER_COST
CAR.BODY.RETAIL_COST
CAR.BODY.SALES
BY CAR.ORIGIN.COUNTRY NOPRINT
BY CAR.BODY.BODYTYPE
ON TABLE SET COMPOUND OPEN
ON TABLE PCHOLD FORMAT PPT
ON TABLE NOTOTAL
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET SQUEEZE ON
ON TABLE SET EMPTYREPORT ON
ON TABLE SET HTMLENCODE ON
ON TABLE SET STYLE *
TYPE=REPORT, FONT='ARIAL', SIZE=8, COLOR=RGB(0 0 0), STYLE=NORMAL, RIGHTGAP=0.12, GRID=OFF, BACKCOLOR=RGB(234 234 255), $
TYPE=TITLE, SIZE=9, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=ACROSSTITLE, SIZE=8, STYLE=BOLD, $
TYPE=TABHEADING, SIZE=9, STYLE=BOLD, $
TYPE=TABFOOTING, SIZE=9, STYLE=BOLD, $
TYPE=GRANDTOTAL, SIZE=9, STYLE=BOLD, $
TYPE=HEADING, SIZE=12, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=FOOTING, SIZE=12, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=SUBHEAD, SIZE=10, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=SUBFOOT, SIZE=10, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=SUBTOTAL, SIZE=8, STYLE=BOLD, $
TYPE=ACROSSVALUE, SIZE=8, STYLE=BOLD, $
ENDSTYLE
END

-*component_type report
TABLE FILE CAR
SUM CAR.SPECS.LENGTH
CAR.SPECS.WIDTH
CAR.SPECS.HEIGHT
CAR.SPECS.WEIGHT
CAR.SPECS.WHEELBASE
CAR.SPECS.FUEL_CAP
CAR.SPECS.BHP
CAR.SPECS.RPM
CAR.SPECS.MPG
CAR.SPECS.ACCEL
BY CAR.ORIGIN.COUNTRY NOPRINT
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PPT NOBREAK
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET SQUEEZE ON
ON TABLE SET EMPTYREPORT ON
ON TABLE SET HTMLENCODE ON
ON TABLE SET STYLE *
TYPE=REPORT, FONT='ARIAL', SIZE=8, COLOR=RGB(0 0 0), STYLE=NORMAL, RIGHTGAP=0.12, GRID=OFF, BACKCOLOR=RGB(234 234 255), $
TYPE=TITLE, SIZE=9, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=ACROSSTITLE, SIZE=8, STYLE=BOLD, $
TYPE=TABHEADING, SIZE=9, STYLE=BOLD, $
TYPE=TABFOOTING, SIZE=9, STYLE=BOLD, $
TYPE=GRANDTOTAL, SIZE=9, STYLE=BOLD, $
TYPE=HEADING, SIZE=12, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=FOOTING, SIZE=12, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=SUBHEAD, SIZE=10, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=SUBFOOT, SIZE=10, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=SUBTOTAL, SIZE=8, STYLE=BOLD, $
TYPE=ACROSSVALUE, SIZE=8, STYLE=BOLD, $
ENDSTYLE
END


-*component_type report
TABLE FILE CAR
SUM CAR.BODY.SALES
BY CAR.ORIGIN.COUNTRY NOPRINT
BY CAR.COMP.CAR SUBTOTAL SUM. CAR.BODY.SALES AS '"Total Sales "'
BY CAR.ORIGIN.COUNTRY
ON TABLE PCHOLD FORMAT PPT NOBREAK
ON TABLE NOTOTAL
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET SQUEEZE ON
ON TABLE SET EMPTYREPORT ON
ON TABLE SET STYLE *
TYPE=REPORT, FONT='ARIAL', SIZE=8, COLOR=RGB(0 0 0), STYLE=NORMAL, RIGHTGAP=0.12, GRID=OFF, BACKCOLOR=RGB(234 234 255), $
TYPE=TITLE, SIZE=9, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=ACROSSTITLE, SIZE=8, STYLE=BOLD, $
TYPE=TABHEADING, SIZE=9, STYLE=BOLD, $
TYPE=TABFOOTING, SIZE=9, STYLE=BOLD, $
TYPE=GRANDTOTAL, SIZE=9, STYLE=BOLD, $
TYPE=HEADING, SIZE=12, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=FOOTING, SIZE=12, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=SUBHEAD, SIZE=10, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=SUBFOOT, SIZE=10, COLOR=RGB(255 255 255), STYLE=BOLD, BACKCOLOR=RGB(147 172 219), $
TYPE=SUBTOTAL, SIZE=8, STYLE=BOLD, $
TYPE=ACROSSVALUE, SIZE=8, STYLE=BOLD, $
ENDSTYLE
END

-*component_type graph
GRAPH FILE CAR
-* Created by Advanced Graph Assistant
SUM CNT.CAR.CARREC.MODEL
BY CAR.ORIGIN.COUNTRY NOPRINT
BY CAR.ORIGIN.COUNTRY
ON GRAPH PCHOLD AS HOLD FORMAT PPT
ON TABLE SET COMPOUND CLOSE
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET VZERO OFF
ON GRAPH SET LOOKGRAPH VBAR
ON GRAPH SET VAXIS 2.791666
ON GRAPH SET HAXIS 3.65625
ON GRAPH SET UNITS INCHES
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 1
ON GRAPH SET GRLEGEND 0
ON GRAPH SET GRXAXIS 1
ON GRAPH SET GRAPHSTYLE *
setTemplateFile("/images/tdg/template/IBISouthWestern.txt");
setReportParsingErrors(false);
setSelectionEnableMove(false);
setDepthRadius(5);
setTransparentBorderColor(getSeries(0),true);
setTransparentBorderColor(getSeries(1),true);
setTransparentBorderColor(getSeries(2),true);
setTransparentBorderColor(getSeries(3),true);
setTransparentBorderColor(getSeries(4),true);
setTransparentBorderColor(getSeries(5),true);
setTransparentBorderColor(getSeries(6),true);
setTransparentBorderColor(getSeries(7),true);
setTransparentBorderColor(getSeries(8),true);
setTransparentBorderColor(getSeries(9),true);
setTransparentBorderColor(getSeries(10),true);
setTransparentBorderColor(getChartBackground(),true);
setFillColor(getChartBackground(),new Color(128,255,255));
setTransparentBorderColor(getFrame(),false);
setFillType(getFrame(), 1);
setShadowDisplay(getFrame(),true);
setShadowXOffset(getFrame(),2);
setShadowYOffset(getFrame(),2);
setShadowColor(getFrame(),new Color(0,255,0));
setFillColor(getFrame(),new Color(255,255,255));
setFillColor(getFrameSide(),new Color(0,0,128));
setFillColor(getFrameBottom(),new Color(128,128,255));
setDisplay(getY1MajorGrid(),true);
setDisplay(getO1MajorGrid(),true);
setTextString(getFootnote(),"By Sujatha");
setDisplay(getFootnote(),true);
setTextString(getSubtitle(),"Chart Test");
setDisplay(getSubtitle(),true);
setTextString(getTitle(),"Sample Chart");
setDisplay(getTitle(),true);
setPlace(true);
setDisplay(getDataText(),true);
setDataTextAngleDefault(90);
setFillColor(getSeries(0),new Color(128,0,0));
setSeriesLooping(31);
setRect(getSeries(0),new Rectangle(-12170.0,-9910.0,9116.0,21014.0));
setGradientPinLeftColor(getSeries(0),new Color(255,128,128), 0);
setGradientPinRightColor(getSeries(0),new Color(255,128,128), 0);
setGradientPinLeftColor(getSeries(0),new Color(255,128,128), 2);
setGradientPinRightColor(getSeries(0),new Color(255,128,128), 2);
setDisplay(getLegendArea(),true);
setLegendPosition(9);
setFillColor(getLegendArea(),new Color(0,128,64));
setLegendAutomatic(false);
setLegendMarkersPerRow(1);
setLegendSeriesCount(1);
ENDSTYLE
END



-RUN

{status:'SUCCESS',hasstatus:true,exception:[]}

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


WebFOCUS 7.7.02(Production)
WebFOCUS 7.7.02(Test region)
Oracle backend (10g)and Windows Frontend.
HTML,PDF,EXL2K,FLEX,AHTML
 
Posts: 68 | Registered: June 07, 2007Report This Post
Expert
posted Hide Post
Hi Suji,

Per our internals, we currently do not see any reported issue like this, but if you still experience difficulties, please contact Information Builders' Customer Support Services and open a case for assistance. You may either call at 1-800-736-6130, or access online at InfoResponse.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report 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] NOBREAK command not working for PPT format in Compound report

Copyright © 1996-2020 Information Builders