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

pie chart with 1 dimension count rows

So frustrated ..

I want to draw a pie chart thet essentially has the number of rows as the value ..

table

                names

               bob

               bob

               bob

               bob

               Sally

               Sally

The pie chart has two segments.  Once for Sally one for bob.  the value for Sally is 2 the value for bob is 4

Why is that so difficult ?

1 Solution

Accepted Solutions
its_anandrjs
Champion III
Champion III

Where is the problem simple way take a pie chart If you have only one field name then use

Dimension:- names

Expression:- Count(names)

And as other member suggest use the chart wizard if having problem in drawing the pie chart.

View solution in original post

4 Replies
nagaiank
Specialist III
Specialist III

Use 'names' as dimension and Count(names) as expression in the pie chart and you will see that it is not difficult.

maxgro
MVP
MVP

in menù --> Tools --> Quick Chart Wizard

its_anandrjs
Champion III
Champion III

Where is the problem simple way take a pie chart If you have only one field name then use

Dimension:- names

Expression:- Count(names)

And as other member suggest use the chart wizard if having problem in drawing the pie chart.

Not applicable
Author

Worked .. Thank you