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

Re: case statement fetching incorrect data

$
0
0
Any chance a Line Feed is a problem?

Try ...
case
when (?pYear? = '2017')  then ([CYBud]=1)
when (?pYear? = '2018')  then ([CYBud1]=1)
when (?pYear? = '2019')  then ([CYBud2]=1)
end

.. or ...
case
when ?pYear? = '2017'  then [CYBud]=1
when ?pYear? = '2...

Viewing all articles
Browse latest Browse all 13008

Trending Articles



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