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: 
manoranjan_d
Specialist
Specialist

PIE CHART

Hi all,

Below is the data.

     

SIDQIDQuestion categoryanswer score
S11AAagree 5
S12BBdisagree6
S13CCmoderate7
S14DDneutral8
S21AAdisagree5
S22BBagree 6
S23CCmoderate7
S24DDneutral8
S31AANeutral5
S32BBdisagree6
S33CCagree 7
S34DDneutral

8

I want to display the pie chart as per the below details example:


Details

I want it for  particular  question category, not for all question category


Example:

question Category AA has agree, disagree, neutral moderate, in this i want to know the count( SID).

please help which thing has to be used in dimension and expression.

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

use count({<[Question category]={"AA"}>} SID). as expression and answer as dimension

View solution in original post

12 Replies
Anonymous
Not applicable

How far have you got so far ?

And what is your current stumbling block ?

manoranjan_d
Specialist
Specialist
Author

I cant get the data for particular question category, when i use question category as dimension it showing for all question category , so i need to view the data only for particular question category

Example question category AA

has agree, disagree, neutral moderate and in that i want to know the count( SID)

Clever_Anjos
Employee
Employee

use count({<[Question category]={"AA"}>} SID). as expression and answer as dimension

Digvijay_Singh

I don't understand that when you want to count SID based on question category then how does it matter the value of Answer which you are explaining in your requirements, not sure if I have valid doubt.

ogster1974
Partner - Master II
Partner - Master II

‌create a filter object on Question category to Swtich between your questions then create a pie object with answer as dimension and count(distinct SID) as your measure.

REgards

Andy

manoranjan_d
Specialist
Specialist
Author

use count({<[Question category]={"AA"}>} SID). as expression and answer as dimension


got answer based on the above stmt

manoranjan_d
Specialist
Specialist
Author

how to create filter object on Question category

Clever_Anjos
Employee
Employee

Add a Listbox to your application and choose Question Category

I recommend you this series of videos www.youtube.com/watch?v=ifO7pF5CLBM

Sem título.png

ogster1974
Partner - Master II
Partner - Master II

‌Go to add new object and select a list box and select question category as your dimension you want to display.  Then you can remove your set analysis from your count measure and let the list box  filter determine the question category selected by the user.

REgards

Andy