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.
I am unable to get the report when I am trying to place graph and a report side by side using PDF Layout painter.they are working fine when executed separately. please help me solving this issue Thanks RaoThis message has been edited. Last edited by: <NAG>,
Here's an example using programming code, you may or may not be able to get the PDF Layout Painter to mimic what's going on here...
-SET &ECHO=ALL;
-SET &TEMPDIR=TEMPPATH(60,'A60');
-SET &GIFFILE=&TEMPDIR || 'CARGR.GIF';
SET GRAPHEDIT=SERVER
SET TEMPERASE = OFF
-RUN
GRAPH FILE CAR
SUM
SALES
ACROSS COUNTRY
ON GRAPH SET LOOKGRAPH BAR
ON GRAPH SET GRAPHSTYLE *
setMarkerDisplay(true);
setConnectLineMarkers(false);
setConnectScatterMarkers(false);
setO1LabelDisplay(true);
setO1AxisSide(0);
setO1MajorGridDisplay(true);
setO1MajorGridStyle(0);
setO1MinorGridDisplay(false);
setSeriesType(0,1);
setY1LabelDisplay(true);
setY1AxisSide(0);
setY1MajorGridDisplay(true);
setY1MajorGridStyle(0);
setY1MinorGridDisplay(false);
setPieFeelerTextDisplay(1);
setPieLabelDisplay(0);
setTextFormatPreset(getPieSliceLabel(),1);
setTextFormatPreset(getY1Label(),1);
setLegendDisplay(true);
ENDSTYLE
ON GRAPH SET BARNUMB OFF
ON GRAPH SET 3D OFF
ON GRAPH SET VZERO ON
ON GRAPH SET GRID ON
ON GRAPH SET VAXIS 300
ON GRAPH SET HAXIS 500
ON GRAPH SET STYLE *
ENDSTYLE
ON GRAPH HOLD AS CARGR FORMAT GIF
END
-RUN
TABLE FILE CAR
SUM
SALES/D10M
BY COUNTRY
HEADING
"Car Listing"
" "
ON TABLE SET STYLE *
UNITS=IN, PAGESIZE='Letter', LEFTMARGIN=0.50000, RIGHTMARGIN=0.250000,
TOPMARGIN=0.250000, BOTTOMMARGIN=0.250000, SQUEEZE=ON,
ORIENTATION=LANDSCAPE, $
TYPE=REPORT, FONT='ARIAL', SIZE=10, COLOR=BLACK, BACKCOLOR=NONE,
STYLE=NORMAL, $
TYPE=REPORT, POSITION=(3 0.2500000), IMAGE=
&GIFFILE
,$
TYPE=HEADING,SIZE=12, JUSTIFY=CENTER, STYLE=BOLD,$
TYPE=TITLE,SIZE=9, STYLE=BOLD,$
TYPE=DATA,SIZE=9,$
ENDSTYLE
ON TABLE SET PAGE OFF
ON TABLE SET ONLINE-FMT PDF
END
-RUN
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server