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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bargraph Legends not showing values

Hi All,

How to enable bar chart legend values. Please find the below screenshot.

I have a legend status but i need to show values against the legends.

Capture1.PNG

Regards,

Keerthi KS

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Create your Status dimension as a calculated dimension. Something like =Status & chr(9) & aggr(sum(Value),Status)


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Create your Status dimension as a calculated dimension. Something like =Status & chr(9) & aggr(sum(Value),Status)


talk is cheap, supply exceeds demand
gautik92
Specialist III
Specialist III

create a calculaterd dim

Anonymous
Not applicable
Author

By enabling the Calculated dimension and aggr the Expression with respect to the Dimension.

Thanks,

Bunny