Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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)