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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
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..

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)