Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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