Focal Point
[CLOSED] Data Label display from a calculated field value

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

August 19, 2020, 07:22 AM
WF Learner
[CLOSED] Data Label display from a calculated field value
Hi,
Can someone please help me in displaying data label which is % value and that is also calculated and available in a calculated column. For ex:
TABLE FILE CAR
SUM
CNT.MODEL AS 'MODEL COUNT'
PCT.CNT.MODEL NOPRINT
COMPUTE PCTCNT/D8.2%=PCT.CNT.MODEL;
AS 'PERCENT'
BY CAR
END
Can PERCENT column be used to display it as label on the top of each bar. Because otherwise if i select data label show option it shows individual bar percentage which crosses over 100% but my expectation is to have all bars total % to be 100%.

This message has been edited. Last edited by: FP Mod Chuck,
August 20, 2020, 10:43 AM
WF Learner
Should the result set be stored in a hold file and then to use it as actual field on the chart. If so too, how can we say data label to be displayed from a field?