COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: kali on 26 Aug 2011 02:17:32 PM

Title: Show every other week in the x-axis of chart
Post by: kali on 26 Aug 2011 02:17:32 PM
Hi All,

I am trying to only display every other week in thex-axis of my chart. Do you know which property I need to change?

Thanks
Title: Re: Show every other week in the x-axis of chart
Post by: lucasdnd on 30 Aug 2011 04:28:12 PM
In the expression for this data item:

if(mod(week([Your Date], 2)) = 0) then ([Your Date]) else (null)