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 been requested to have our dial gauge to display on the dial higher numbers than what the default is showing. I used Graph Assistant using WebFOCUS Developer 7.6.8, to set the gauge up with. At this time, I am not able to get the Advance Graph Assistant to work, so I know I will probably have to use a set command. The problem is that I don't know where to find the set commands.
Any help would be greatly appreciated. I have included the code for the graph in case it was needed. I don't mind looking things up myself, but so far I have ran into the preverbial brick wall.
Code follows:
GRAPH FILE ENRLDATA SUM DAILYENRL ACROSS TERM_CYT ON GRAPH SET LOOKGRAPH GAUGE1 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 PCHOLD FORMAT PNG 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); setFillColor(getGaugeValue(),new Color(0,0,255)); setY1MajorGridDisplay(true); setY1MajorGridStyle(0); setY1MinorGridDisplay(true); setY1MinorGridStyle(0); setTextFormatPreset(getY1Label(),-1); setTextFormatPattern(getY1Label(),"#.##"); setPieFeelerTextDisplay(1); setPieLabelDisplay(0); setTextFormatPreset(getPieSliceLabel(),1); setRiserBorderMode(1); setSeriesDefaultTransparentBorderColor(true); setUseSeriesBorderDefaults(true); setLegendDisplay(true); setTitleString("Daily Enrollment Tracker"); setFontSizeAbsolute(getTitle(),true); setSubtitleString("as of &DATE"); setFontSizeAbsolute(getSubtitle(),true); setTextJustHoriz(getY1Title(),1); setFontSizeAbsolute(getY1Title(),true); setFontSize(getY1Title(),12); setTextRotation(getY1Title(),1); setTextWrap(getY1Title(),false); setTextJustHoriz(getY1Label(),2); setFontSizeAbsolute(getY1Label(),true); setFontSize(getY1Label(),12); setTextRotation(getY1Label(),0); setTextWrap(getY1Label(),false); setFontSizeAbsolute(getY2Title(),true); setFontSizeAbsolute(getY2Label(),true); setFontSizeAbsolute(getO1Title(),true); setPlaceResize(getY1Title(),0); setPlaceRotate(getY1Title(),0); setPlaceAlign(getY1Title(),0); setPlaceWordWrap(getY1Title(),0); setPlaceResize(getY1Label(),0); setPlaceRotate(getY1Label(),0); setPlaceAlign(getY1Label(),0); setPlaceWordWrap(getY1Label(),0); setPlace(true); ENDSTYLE ON GRAPH SET STYLE * SQUEEZE=ON, ORIENTATION=PORTRAIT, TITLETEXT='Daily Enrollment Tracker', $ TYPE=REPORT, GRID=OFF, FONT='TIMES NEW ROMAN', SIZE=10, $ ENDSTYLE ENDThis message has been edited. Last edited by: Frank,
Go to InformationBuilders.com, and search the technical documentation library (under Services and Support) for "WebFOCUS Graphics". Click on a link for "Using WebFOCUS Graphics" for the HTML documentation pages.
At the top of the first screen you should find a breadcrumb trail - "WebFOCUS Graphics > Using WebFOCUS Graphics". Click on the "WebFOCUS Graphics" link and you will be at the root for that topic.
You are likely to find what you require under the "properties" link off of the root menu.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
I will try it. Can you select which browser opens up? Due to WF 7.6.8 I have had to lower Java to 1.6.0_03. Pretty persnickety system, so you are probably correct on having to ditch IE 9 for 7. Of course I have other software which loves 9. So it goes.