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: 
ajaybobbur
Contributor
Contributor

expression correction - COUNT({<Q1='Yes-Key Control', MATRIX='A'>}ACTIVITY_ID)

I want to count Activity_ID column when ever both Q1 and MATRIX columns equals respective values in the expression;  can you please correct the expression

1 Solution

Accepted Solutions
Kushal_Chawda
MVP
MVP

@ajaybobbur  try below

COUNT({<Q1={'Yes-Key Control'}, MATRIX={'A'}>}ACTIVITY_ID)

View solution in original post

2 Replies
Kushal_Chawda
MVP
MVP

@ajaybobbur  try below

COUNT({<Q1={'Yes-Key Control'}, MATRIX={'A'}>}ACTIVITY_ID)

ajaybobbur
Contributor
Contributor
Author

@Kushal_Chawda  it worked thanks