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: 
Anonymous
Not applicable

Count Like

Can someone tell me what's wrong with this statement?

Count({[AltState1]<STARTDATE_YYYY like {'2016*'}>} CLT_CLT_PGMID)

1 Solution

Accepted Solutions
swuehl
MVP
MVP

It's just not valid syntax for a field modifier.

Try

Count( {[AltState1]<STARTDATE_YYYY = {"2016*"}>} CLT_CLT_PGMID)

View solution in original post

1 Reply
swuehl
MVP
MVP

It's just not valid syntax for a field modifier.

Try

Count( {[AltState1]<STARTDATE_YYYY = {"2016*"}>} CLT_CLT_PGMID)