Quantcast
Channel: COGNOiSe.com - The IBM Cognos Community
Viewing all articles
Browse latest Browse all 13032

String code using like operator not working

$
0
0
CASE WHEN (refi=1 and (substring([Processing Center],1,2)= 'CD')THEN 1
ELSE 0
END

CASE WHEN ([Refi]=1 and [Processing Center] like 'CD%')THEN 1
ELSE 0
END

I am trying to pull/query records in the Processing Center field that start with CD. Example CD-R...

Viewing all articles
Browse latest Browse all 13032

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>