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: 
Not applicable

Designing Pie Chart?

Reference chart.PNG

This is the reference chart.

I unable produce below part in the pie chart design how can i achieve this?

Design Part.PNG

Any insights would be helpful?

6 Replies
Clever_Anjos
Employee
Employee

1) Check Show Legent at Presentation Tab

2) Mark your expression as "Relative"

MarcoWedel

please post a sample qvw to demonstrate with.

thanks

regards

Marco

Not applicable
Author

Using Show values in legend worked out for me.

How can i sort the values ? Highest values should be on top

Sweden 10%

Usa  60%

India 30%

I want it to display as

Usa 60%

India 30%

Sweden 10%

Anil_Babu_Samineni

Do you mean this

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Clever_Anjos
Employee
Employee

At Presentation tab, check "Reverse Order"

Capturar.PNG

Not applicable
Author

Hi Srikanth,

I have tried the aimple example containing the country and sales.

Dimension: Country

Expression:Sum(Sales)

Bar:

LOAD * INLINE [

    Country, Sales

    IND, 100

    USA, 200

    JAP, 222

    CHI, 111

    AUS, 121

    UK, 156

    RUS, 178

];

PieChart.JPG

PieStyle.JPGPieExp.JPGPiePre.JPG

Please give some idea about your exact requirement that what you want to do in pie chart.

I have almost covers all the scenario.

Regards,

Yogesh J