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 have a situation where the Pie Graph only displays a line and does not display the rest of the graph. The parameters are distance and country. For example 2 countries, Canada and US and the distance for Canada is 594 while the distance for the US is 13,336,248.
Has anyone seen this problem before?This message has been edited. Last edited by: Kerry,
Posts: 118 | Location: Wisconsin | Registered: January 16, 2008
I was able to reproduces this problem with the car tables. If you feel this is a bug, I will enter a case.
-* File Graph Bug
GRAPH FILE CAR SUM DEALER_COST NOPRINT COMPUTE TestGraph/D12.2 = IF COUNTRY EQ 'W GERMANY' THEN DEALER_COST + 1000000 ELSE 500; BY COUNTRY WHERE COUNTRY EQ 'W GERMANY' OR 'FRANCE';
ON GRAPH HOLD AS HOLD FORMAT SVG ON GRAPH SET GRAPHDEFAULT OFF ON GRAPH SET GRAPHEDIT SERVER ON GRAPH SET GRMERGE ADVANCED ON GRAPH SET GRMULTIGRAPH 0 ON GRAPH SET GRLEGEND 0 ON GRAPH SET GRXAXIS 1 ON GRAPH SET HAXIS 7.8 ON GRAPH SET VAXIS 4 ON GRAPH SET UNITS INCHES ON GRAPH SET LOOKGRAPH PIESINGL ON GRAPH SET GRAPHSTYLE * setTemplateFile("/images/tdg/template/IBITrueColors.txt"); setReportParsingErrors(false); setSelectionEnableMove(false); setPieFeelerTextDisplay(1); setReverseSeries(false); setLegendPosition(2); setDisplay(getPieLabel(),false); setPlace(false); setPlaceResize(getPieSliceLabel(),1); setFontName(getPieSliceLabel(),"Arial"); setFontName(getLegendText(),"Arial"); setFontName(getSubtitle(),"Arial"); setTextString(getTitle(),""); setTextString(getSubtitle(),"Graph Title"); setDisplay(getSubtitle(),true); setFontSizeAbsolute(getSubtitle(),true); setFontSizeInPoints(getSubtitle(),8); setFontStyle(getSubtitle(),0); setPlaceResize(getLegendText(),0); setFontSizeAbsolute(getLegendText(),true); setFontSizeInPoints(getLegendText(),6); setFontSizeAbsolute(getPieSliceLabel(),true); setFontSizeInPoints(getPieSliceLabel(),6); setFillColor(getChartBackground(),new Color(255,255,255)); setTransparentBorderColor(getChartBackground(),true); setPieDepth(0); setPieTilt(0); setOtherPieLabelDisplay(0); setPieLabelDisplay(0); setTextFormatPreset(getPieSliceLabel(),1); setLegendTextAutosize(true); ENDSTYLE END
END -RUN TABLE FILE SYSCOLUM " " SUM TBNAME NOPRINT ON TABLE SET PAGE-NUM NOLEAD ON TABLE PCHOLD FORMAT PDF ON TABLE SET STYLE * type=HEADING, IMAGE=HOLD.svg, position=(-1 0), $ TYPE=REPORT,PAGE-LOCATION=OFF,$ END
Posts: 118 | Location: Wisconsin | Registered: January 16, 2008
I think it is not that the graph is displaying as a single line. It is more that you can't see W GERMANY. The black line is FRANCE. It looks like that because the scales are so out of wack from each other. It dies at 100,000. 10,000 works.
This looks like a bug to me that is scale-related. I'd open a case if I were you.