Focal Point
[SOLVED] Display Percentage (%) symbol next to Y-Axis values

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1517082926

March 07, 2013, 03:12 AM
TryFocus
[SOLVED] Display Percentage (%) symbol next to Y-Axis values
Trying to display Percentage on Y-Axis on Vertical Bar graph. Can't get this to working..
Would really appreciate if someone can suggestion workaround or I'm missing something.
  
GRAPH FILE CAR
SUM
COMPUTE PERCENT/D6.2% = ((RCOST-DCOST)/RCOST ) *100;
BY COUNTRY
ON GRAPH PCHOLD FORMAT PNG
ON GRAPH SET HTMLENCODE ON
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET VZERO OFF
ON GRAPH SET HAXIS 500
ON GRAPH SET VAXIS 300
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
END


Thanks

This message has been edited. Last edited by: Kerry,


Prod: WF 7.6.10 windows. -- MRE/Dashboard/Self Service/ReportCaster - Windows XP
March 07, 2013, 09:28 AM
Rao D
Try using the graph properties
setTextFormatPreset();
setCustomDataTextFormat();


WebFOCUS - ver8201
[ReportingServers: Windows 64bit;
Client: tomcat and IIS on windows 2012
AppStudio

March 07, 2013, 09:41 AM
TryFocus
setTextFormatPreset(); worked for my issue.
Thank you Rao D.


Prod: WF 7.6.10 windows. -- MRE/Dashboard/Self Service/ReportCaster - Windows XP