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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

PIE CHART

HI ALl,

I have to show a pie chart by count of members and coount of customers

the pie chart should give me percentage og customer and percentage of members

but there should not be any dimensions in it .

I Have already ploted a pie chart writng in expression as

count( Customers)

count( members )

But this is showing me pie chartlike 100% customers , the percentage is not being showed for mebers

What do i do ? can someone help me on this

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try like this

Calculated Dimension: ValueList('Customers', 'Members')

Expression : =If(ValueList('Customers', 'Members') = 'Customers', Count(Customers), Count(Members))

Regards,

Jagan.

View solution in original post

4 Replies
PrashantSangle

Try with gauge chart

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
MK_QSL
MVP
MVP

COUNT Of Customers and Members with respect to what?

Have you tried Count(Customer)/COUNT(ALL Customer)?

danieloberbilli
Specialist II
Specialist II

Something like that...please find qvw attached

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try like this

Calculated Dimension: ValueList('Customers', 'Members')

Expression : =If(ValueList('Customers', 'Members') = 'Customers', Count(Customers), Count(Members))

Regards,

Jagan.