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

creating Pie chart combining 3 cells

Hi,

I am new to QV. I have a requirement where I need to create Percentage Pie chart based on 3 cell values.

For example:

1 field = Total Open Defects

2 field = Total Closed defects

3 field = Total Rejected defects

Can you please guide me how can I create a single Percentage Pie chart which will show the Open, Closed and Rejected defects in Percentage.

Thanks

3 Replies
Not applicable

Check out the free training that qlikview offers, it is extremely helpful and can answer this question and probably others that you have as well

QlikView Free Training - Business Intelligence (BI) Reporting Software Solutions | Qlik

its_anandrjs

Let me i explain to you suppose you have table like

LOAD * Inline

[

DefectType,Value

Open,10

Closed,40

Rejected,60

];

Then create a pie chart

---------------------------------

Dim:- DefectType

Exper:- Sum(Value)

And in Expression properties click on the Relative and then you get percentage chart

marwen_garwachi
Creator II
Creator II

Hi,

Can you share an exemple of your data ?

Regards