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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
thomas_2583
Contributor III
Contributor III

Count with 2 Conditions

Hi, 

Does anyone know the correct syntax for the calculation below please?

count({<[Year]={'2020'},[Memberships] > '0' [Volume_Mems])

1 Solution

Accepted Solutions
NitinK7
Specialist
Specialist

Hi

actually I don't know what is membership

but you can try below expression

count({<[Year]={'2020'}, [Memberships]={'>0'}>}[Volume_Mems])

View solution in original post

1 Reply
NitinK7
Specialist
Specialist

Hi

actually I don't know what is membership

but you can try below expression

count({<[Year]={'2020'}, [Memberships]={'>0'}>}[Volume_Mems])