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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
1 Reply
Clever_Anjos
Support
Support

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.