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.
Hi, I am trying to create a hyperlink from graph footnotestring to a external site but for some reason hyperlink does not work. Is that even possible? if it is can someone please point me towards right direction.
Graph File CAR
SUM Cost
BY Model
ON GRAPH PCHOLD FORMAT PNG
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET VZERO OFF
ON GRAPH SET HAXIS 500
ON GRAPH SET VAXIS 500
ON GRAPH SET UNITS PIXELS
ON GRAPH SET LOOKGRAPH VBAR
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 0
ON GRAPH SET GRXAXIS 1
ON GRAPH SET GRAPHSTYLE *
.....
setFootnoteString("Please click here");
...
I used footing link before it "Please Click Here" text will outside the canvas. Code is something like this:-
ON GRAPH SET STYLE *
TYPE=FOOTING, LINE=1, ITEM=1, OBJECT=TEXT, TARGET='_blank', URL=http://www.informationbuilders.com, ALT='Lets go to Information Builders', SIZE=10, STYLE=NORMAL, $
ENDSTYLE
which appears to be something like this
But what I am trying to achieve is something like this
WebFOCUS 7.7. Windows Server 2008. All Outputs.
WEBFOCUS 7.6.11. Windows Server 2003. All Outputs.
You can't identify anything from API components(that I know of), need to use WebFOCUS:
-* File 1_bar_line_graph.fex
APP PREPENDPATH IBISAMP
-RUN
-*ON GRAPH SET HTMLENCODE ON
-*ON GRAPH SET UNITS PIXELS
-*ON GRAPH SET HTMLENCODE ON
-*ON GRAPH SET UNITS PIXELS
-*INTERNAL_PROPERTIES$fieldDisplayMode=label;OBJECTID=GLOBAL
-*INTERNAL_PROPERTIES$enablePreview=true;OBJECTID=GLOBAL
-*INTERNAL_PROPERTIES$prefixDisplayMode=;OBJECTID=GLOBAL
-*INTERNAL_PROPERTIES$GlobalRecordLimit=500;OBJECTID=GLOBAL
-*INTERNAL_PROPERTIES$SampleData=false;OBJECTID=GLOBAL
SET SHOWBLANKS = ON
GRAPH FILE CAR
SUM CAR.BODY.DEALER_COST
CAR.BODY.RETAIL_COST
BY CAR.ORIGIN.COUNTRY
FOOTING
" <+0>Please Click Here"
ON GRAPH PCHOLD FORMAT PNG
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET VZERO ON
ON GRAPH SET HTMLENCODE ON
ON GRAPH SET HAXIS 770
ON GRAPH SET VAXIS 305
ON GRAPH SET UNITS PIXELS
ON GRAPH SET LOOKGRAPH VBAR2AX
ON GRAPH SET BARNUMB OFF
ON GRAPH SET 3D OFF
ON GRAPH SET GRID OFF
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 0
ON GRAPH SET GRXAXIS 1
ON GRAPH SET STYLE *
TYPE=FOOTING, ITEM=2, JUSTIFY=LEFT, STYLE=BOLD, URL=http://www.yahoo.com, ALT='Go to Yahoo',$
ENDSTYLE
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);
setMarkerDisplay(true);
setConnectLineMarkers(true);
setConnectScatterMarkers(true);
setO1LabelDisplay(true);
setO1AxisSide(0);
setO1MajorGridDisplay(false);
setO1MajorGridStyle(0);
setO1MinorGridDisplay(false);
setAxisAssignment(0,0);
setSeriesType(0,1);
setAxisAssignment(1,1);
setSeriesType(1,2);
setY1LabelDisplay(true);
setY1AxisSide(0);
setY1MajorGridDisplay(false);
setY1MajorGridStyle(0);
setY1MinorGridDisplay(false);
setTextFormatPreset(getY1Label(),-1);
setY2LabelDisplay(true);
setY2AxisSide(1);
setY2MajorGridDisplay(false);
setY2MajorGridStyle(0);
setY2MinorGridDisplay(false);
setTextFormatPreset(getY2Label(),-1);
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);
setLabelStagger(getO1Label(),true);
setTextString(getO1Title()," ");
setDisplay(getO1Title(),true);
setFillColor(getSeries(1),new Color(255,0,0));
setFillColor(getChartBackground(),new Color(255,255,255));
setFillColor(getSeries(0),new Color(0,0,255));
setFillType(getChartBackground(),2);
setFillColor(getLegendArea(),new Color(64,128,128));
setFillColor(getLegendText(),new Color(255,255,255));
setTransparentBorderColor(getChartBackground(),true);
setFillColor(getFrame(),new Color(255,255,255));
setBorderColor(getFrame(),new Color(32,0,32));
setMarkerShape(getLegendLabelMarker(0),17);
setDisplay(getBeveledLegendMarker(),true);
setSquareMarkers(false);
setLineStyleLegendMarkers(1);
setFillColor(getY2Label(),new Color(255,255,255));
setFontStyle(getY2Label(),2);
setTextFormatPattern(getY2Label(),"#,###.##");
setTextFormatPattern(getY1Label(),"#,###.##");
setFontStyle(getY1Label(),2);
setFontStyle(getO1Label(),2);
setScaleMaxAuto(getY1Axis(),false);
setScaleMax(getY1Axis(),70000.0);
ENDSTYLE
END
This message has been edited. Last edited by: Tom Flynn,
Thank you for your response Tom, I tried your suggestion; but unfortunate I am still having the issue of Footer showing up below the canvas which is something like this :-