Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have to display % on each bar as % to be file attached.
Currently the % are divided across the entire chart, but I want to divide it for each bar. Please review the attachments.
Using only one expression:
=count({<[Stock Type] = {'S'}, MFG_SOURCE_LOCATION_ID = {'PR01'}, %FG_FLG = {'Y'}, [Area Name] = >}MSG_PROCESSED_FLG)
and two dimension: Area Name and MSG_PROCESSED_FLG
Regards,
H
try this
dual(count(MSG_PROCESSED_FLG)/count([total<Area Name>MSG_PROCESSED_FLG),
count([MSG_PROCESSED_FLG])) and also inculde set expression asper your requirement
In properties, presentation you can check mark Plot Values Inside Segment and In number check (show in percent%) or in expression check relative will help you...