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 know that this question have been discussed earlier .I went though all the posts and did not have any luck.
Am using the code below, which I got from one of the threads.
SET GRAPHSERVURL=http://webservername/ibi_apps/IBIGraphServlet GRAPH FILE CAR SUM SALES ACROSS COUNTRY HEADING "Car Sales Report" ON GRAPH SET LOOKGRAPH PIEMULTI ON GRAPH SET GRAPHEDIT SERVER ON GRAPH SET BARNUMB OFF ON GRAPH SET 3D OFF ON GRAPH SET VZERO ON ON GRAPH SET GRID ON ON GRAPH SET GRAPHSTYLE * setMarkerDisplay(true); setConnectLineMarkers(false); setConnectScatterMarkers(false); setO1LabelDisplay(true); setO1AxisSide(0); setO1MajorGridDisplay(true); setO1MajorGridStyle(0); setO1MinorGridDisplay(false); setAxisAssignment(0,0); setY1LabelDisplay(true); setY1AxisSide(0); setY1MajorGridDisplay(true); setY1MajorGridStyle(0); setY1MinorGridDisplay(false); setTextFormatPreset(getY1Label(),-1); setTextFormatPattern(getY1Label(),"#.##"); setPieFeelerTextDisplay(1); setPieLabelDisplay(0); setTextFormatPreset(getPieSliceLabel(),1); setRiserBorderMode(1); setSeriesDefaultTransparentBorderColor(true); setUseSeriesBorderDefaults(true); setLegendDisplay(true); setFontSizeAbsolute(getY1Title(),true); setFontSizeAbsolute(getY1Label(),true); setFontSizeAbsolute(getY2Title(),true); setFontSizeAbsolute(getY2Label(),true); setFontSizeAbsolute(getO1Title(),true); setPlace(true); ENDSTYLE ON GRAPH SET STYLE * PAGESIZE='Letter', LEFTMARGIN=0.250000, RIGHTMARGIN=0.250000, TOPMARGIN=0.250000, BOTTOMMARGIN=0.250000, SQUEEZE=ON, ORIENTATION=PORTRAIT, $ TYPE=REPORT, GRID=OFF, FONT='TIMES NEW ROMAN', SIZE=10, BACKCOLOR='NONE', STYLE=NORMAL, $ TYPE=HEADING, LINE=1, JUSTIFY=CENTER, $ TYPE=HEADING, LINE=1, OBJECT=TEXT, ITEM=1, FONT='ARIAL', SIZE=12, COLOR='FUCHSIA', STYLE=BOLD, $ ENDSTYLE END
It works fine when I run it from Dev studio(version 768). But when I am running it from reportcaster I get the heading and in place of the graph a white inverted tick symbol on a blue background the size of the red cross we get when image cannot be displayed. I checked the server configuration and GraphServURL under user Info is blank. Do I have to give specify some value?This message has been edited. Last edited by: Kerry,
You have to save it as an image - JPG, SVG and then put the image in report and send thru Reportcaster.
ON TABLE HOLD AS CARS FORMAT SVG
Then TABLE FILE CAR PRINT CAR NOPRINT ON TABLE PCHOLD FORMAT PDF HEADING "THIS IS THE GRAPH" ON TABLE SET STYLE * TYPE=REPORT,IMAGE='CARS',$ ENDSTYLE ENDThis message has been edited. Last edited by: Prarie,
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005