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

Set Analysis with Multiple Comparision

Dear All,

How can we show the below two expressions in a Pie Chart so that it shows customer count for
Questions Q1,Q2,Q3,Q4,Q5,Q6 with specified condition. 


Dimension is Question_No.

Expressions:

Count({<Survey_Type={'Service'}, Question_No = {'Q3','Q5','Q6'},AnswerID = {'2'} >}Customer)

count({<Survey_Type={'Service'}, Question_No = {'Q1','Q2','Q4'},AnswerID = {'<9'} >} Customer)

12 Replies
Not applicable
Author

Thanks Sridhar, data not getting satisfied for second exp. thats the reason.

Not applicable
Author

Could you explain me what data is not getting satisfied, so that i could help you out.

condition for second part of the expression is below.

count({<Survey_Type={"Service"}, Question_No = {'Q1','Q2','Q4'},AnswerID = {"<9"} >} Customer)

as per the condition, only satisifying row are 3.

ServiceQ1Were all requested jobs done first time?66Rajesh
ServiceQ2Was service completed within promised delivery time?88Rajesh
ServiceQ4Was your vehicle delivered clean?11Rajesh

can explain me what is the problem.?

- Sridhar

Not applicable
Author

Dear Sridhar,

Thanks for your reply.

Our Sol. was correct, 2nd exp was not getting considered bcz there was not data which could satisfy 2nd exp.

Thanks,