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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Plot value in chart and % in legend

Hi there,

I have plotted the values in my chart but in addition I would like to put the % in the legend..

Also,  I have month as my dimension and reference numbers as expression (count), can anyone tell me how I can get the relative figure to add up to 100% per month rather than the total in the data set.

Many thanks all,

Matt

Labels (1)
2 Replies
Not applicable
Author

can anyone help?

Miguel_Angel_Baeyens
Employee
Employee

Hi Matt,

To the first question, make your expression labels in the chart properties, Expressions tab, have the expression for the percentage. As a very basic example, the following should go in the expression label:

='Sales % is ' & Num(Sum(Sales) / Sum(TOTAL Sales), '#.##0,00%')

To the second, it depends on how you are creating your chart. Can you upload an example with dummy data on what you already have and what do you expect?

Hope that helps.

Miguel