Skip to main content
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)