Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
hkg_qlik
Creator III
Creator III

% Display on Bar Chart

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

2 Replies
Anonymous
Not applicable

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

Not applicable

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...