Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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)
Thanks Sridhar, data not getting satisfied for second exp. thats the reason.
Kumar,
Did you tried inserting '+' between these two exprerssion?
Count({<Survey_Type={'Service'}, Question_No = {'Q3','Q5','Q6'},AnswerID = {'2'} >}Customer)
+
count({<Survey_Type={'Service'}, Question_No = {'Q1','Q2','Q4'},AnswerID = {'<9'} >} Customer)
Check this.
- Sridhar
Yes I have tried with + also but the issue is only first expression is getting considered in Chart i.e. Q1,Q2,Q4 getting display.
Second expression is not getting reflect.
Yes I have tried with + also but the issue is only first expression is getting considered in Chart i.e. Q1,Q2,Q4 getting display.
Second expression is not getting reflect.
Can you post sample data here?
Please check attachment for sample Data
Check the attached application. I have created my own data.
- Sridhar
I am unable to get the same with my sample excel attached
I am unable to get the same with my sample excel attached.
Here you go..!!
Check the attached application.
- Sridhar