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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
krishna789
Creator II
Creator II

can we separate values for data point on piechart?

q1.png

ha,

Has  shown in above diagram i want separate data point values .Thanks for support

krishna

1 Solution

Accepted Solutions
Anonymous
Not applicable

Eg:


Dimension  : country


Expression : Sum(sales)


Dual(Country & '-' & Num(sum(Sales), '#,##0') & Repeat(chr(13)&chr(10), rank(Sum(Sales))-6),  sum(Sales) )



pie chart with separted values.jpg

View solution in original post

4 Replies
Anonymous
Not applicable

Hi

Provide me  dimension and Expression fields .  I will provide you how to separate the values with the Rank()

marcus_sommer

I think this will be helpful: Re: Overlap values on Pie Cahrt

- Marcus

martinpohl
Partner - Master
Partner - Master

no you can't but you can Show numbers in legend instead

shownumbersonlegend.JPG

on tab presentation

Anonymous
Not applicable

Eg:


Dimension  : country


Expression : Sum(sales)


Dual(Country & '-' & Num(sum(Sales), '#,##0') & Repeat(chr(13)&chr(10), rank(Sum(Sales))-6),  sum(Sales) )



pie chart with separted values.jpg