I have a crosstab and it has Time Period grouping. I group by day, week, month and year.<br />
<br />
To display every date as in the following picture I use this:<br />
<br />
dimension["Time Period"]["day-of-month"]["DateTime"]<br />
<br />
<img src='
http://i39.tinypic.com/68vgk3.jpg' alt='Posted Image' class='bbc_img' /><br />
<br />
As you can notice, the problem is that the last week is adding up a year to the date being displayed. I looks like it is a problem with the component as I double checked the date returned by the DB and it is rigth -you can also notice that by the grouping the crosstab is doing-<br />
<br />
Is this a bug? Is there any way to overcome/jump over this issue?<br />
<br />
Thanks