Focal Point
[CLOSED] Remove SUM on legend

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

December 10, 2012, 02:24 PM
Kamesh
[CLOSED] Remove SUM on legend
Hi,

I am trying to remove the text SUM on the legend but it is not working. It might be an another issue on ACTIVE HTML chart.

Here is my code.

SET ASNAMES=ON
TABLE FILE CAR
SUM RETAIL_COST AS 'retail'
BY CAR
ON TABLE HOLD AS DISPDAT
END
-RUN


TABLE FILE DISPDAT
PRINT
RETAIL AS 'TEST'
BY CAR
HEADING
"CAR TEST "
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT AHTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=7,
COLOR='BLACK',
BACKCOLOR='NONE',
LINES-PER-PAGE=20,
ARGRAPHENGINE=FUSION,
REPORT-VIEW=CHART,
CHART-TYPE=BAR,
$
TYPE=REPORT,OBJECT=LEGEND,LEGEND-VIEW=DOCKING,POSITION-POINT=BOTTOM-RIGHT,$

TYPE=REPORT,
COLUMN=ROWTOTAL(*),
FONT='ARIAL',
SIZE=7,
COLOR='BLACK',
BACKCOLOR='NONE',
$
ENDSTYLE
END
-RUN

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


WFConsultant

WF 8105M on Win7/Tomcat
December 13, 2012, 04:31 PM
Kerry
Hi Kamesh,

From our technicals: This issue has been raised by some other customers and looks like it will be corrected in the WF 8 code base. If you would like to be added to add your request to the feature and/or to be notified when the feature is available, please open a case with Customer Support Services to submit your request. You may either call 1-800-736-6130, or access online at InfoResponse.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.