Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
jbakerstull
Creator
Creator

Set Expression Queston

I'm new to Qlik and just playing around learning how to create set expressions.

In the expression below I'm trying to count total males. The edit expression shows the syntax being correct but the result is 0.

I can't figure out what I'm doing incorrectly. Any advice would be great. Thanks.

Count({<[SVPPROFGENDER_entry]='Male'>}Distinct[Client Id])

1 Solution

Accepted Solutions
sunny_talwar

I think you are missing the curly brackets

Count({<[SVPPROFGENDER_entry] = {'Male'}>} Distinct [Client Id])

View solution in original post

3 Replies
sunny_talwar

I think you are missing the curly brackets

Count({<[SVPPROFGENDER_entry] = {'Male'}>} Distinct [Client Id])

jbakerstull
Creator
Creator
Author

thank you, you are correct.

JustinDallas
Specialist III
Specialist III

You can mark his reply correct so that others who stumble across this question will know there is an answer here.