Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikdash2000
Contributor II
Contributor II

Error in expression: ')' expected

What do I do? It seems my set analysis syntax is correct for this measure. Here's the code, then the error.

= Count({<[Color]={'Green'}>}, [Color])

Error in expression: ')' expected

1 Solution

Accepted Solutions
arulsettu
Master III
Master III

Should be like this

 

Count({<[Color]={'Green'}>} [Color])

View solution in original post

1 Reply
arulsettu
Master III
Master III

Should be like this

 

Count({<[Color]={'Green'}>} [Color])