
Anonymous
Not applicable
2016-06-20
03:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Count Like
Can someone tell me what's wrong with this statement?
Count({[AltState1]<STARTDATE_YYYY like {'2016*'}>} CLT_CLT_PGMID)
1,023 Views
1 Solution
Accepted Solutions


MVP
2016-06-20
03:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's just not valid syntax for a field modifier.
Try
Count( {[AltState1]<STARTDATE_YYYY = {"2016*"}>} CLT_CLT_PGMID)
1 Reply


MVP
2016-06-20
03:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's just not valid syntax for a field modifier.
Try
Count( {[AltState1]<STARTDATE_YYYY = {"2016*"}>} CLT_CLT_PGMID)
