Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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