Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Percentage values in a pie chart visualization are overlapping

I am having a pie chart visualizationin which the data point values are percentages. Those values are overlapping

Can some one help me with this issue

I am attaching a picture and an attachemnt So that you may undersatad wat iam talking about

Thanks in advance

1 Reply
Clever_Anjos
Employee
Employee

From Stephen Redmond "Qlikview For Developers CookBook"

1. Create a new pie chart.

2. Add Country as the dimension.

3. On the Expressions tab, add the following expression:

Dual(

Country & '-' &

Num(sum(Sales), '#,##0') &

Repeat(chr(13)&chr(10), rank(Sum(Sales))-6),

sum(Sales)

)

4. Select the Values on Data Points option.

5. On the Sort tab, select the Y-Value option. Confirm Descending as

the direction.

6. On the Presentation tab, deselect the Show Legend option.