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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
its_rajvir
Creator
Creator

Count using Conditions

Hi Experts,

I am New to Qlik sense. Need your Help!

I have a Table attached below. I want to display the count of females below age 40 are single and is a homeowner something like this.

Thanks in Advance.

 

 

Labels (3)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Try like:

Count(

{<Gender={'F'}, Age={"<40"},  MaritalStatus={'S'}, IsHomeOwner={'1'}>}

FirstName)

View solution in original post

2 Replies
tresB
Champion III
Champion III

Try like:

Count(

{<Gender={'F'}, Age={"<40"},  MaritalStatus={'S'}, IsHomeOwner={'1'}>}

FirstName)

its_rajvir
Creator
Creator
Author

Thank you its Correct @tresB 🙂