From: Eli Y. Kling on
Hi,

I suspect you may solve your problme by ensuring you do not have any
trailing spaces or other spacial characters and probably using upper
case as a standard. something like:

if upper(compress(topic_code))="01AI" then tc_1ai=3Dcount;

Eli