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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help on Set Analysis Variable Usage

I have an expression

=Count({<Question_No={'Q8'},AnswerID={2},CS_Survey={'Post Sales Follow-Up Feedback'}>}Customer)

same I am trying to achieve by using variable, but not getting the proper output

=Count({<Question_No={'Q8'},AnswerID={2},CS_Survey={$(vSales)}>}Customer)

Pls suggest the correct one..

Thanks..

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

I found the mistake, this can be achieved by using
=Count({<Question_No={'Q8'},AnswerID={2},CS_Survey={"$(vSales)"}>}Customer)

View solution in original post

1 Reply
Not applicable
Author

I found the mistake, this can be achieved by using
=Count({<Question_No={'Q8'},AnswerID={2},CS_Survey={"$(vSales)"}>}Customer)