Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP 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...