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

Re: Dates in Fiscal Year in Report Studio (Relational)

$
0
0
I would create a data items that extract the month number ([Month]) and year ([Year]) then use those in a case statement to create a fiscal year data item.
case
when ([Month] between 10 and 12)
then ([Year] -1)
else ([Year])
end

Viewing all articles
Browse latest Browse all 13009

Trending Articles



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