Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can someone tell me what's wrong with this statement?
Count({[AltState1]<STARTDATE_YYYY like {'2016*'}>} CLT_CLT_PGMID)
It's just not valid syntax for a field modifier.
Try
Count( {[AltState1]<STARTDATE_YYYY = {"2016*"}>} CLT_CLT_PGMID)
It's just not valid syntax for a field modifier.
Try
Count( {[AltState1]<STARTDATE_YYYY = {"2016*"}>} CLT_CLT_PGMID)