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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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)