Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

@ajaybobbur  try below

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

View solution in original post

2 Replies
Kushal_Chawda

@ajaybobbur  try below

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

ajaybobbur
Contributor
Contributor
Author

@Kushal_Chawda  it worked thanks