Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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])