Hello,
I am creating a crosstab report that will show values based on month of the year. I want to use a formula in a column that will capture the inforamtion based on each month. I want to view the inforamtion by year(2005 - 2007) for each row. I thought of using this formula but I keep getting a date range error? Can anyone please help. The forumula I have tried is below.
select MonthName({Blotter.Occured})
case "1": "January"
case "2": "February"
...........
I am creating a crosstab report that will show values based on month of the year. I want to use a formula in a column that will capture the inforamtion based on each month. I want to view the inforamtion by year(2005 - 2007) for each row. I thought of using this formula but I keep getting a date range error? Can anyone please help. The forumula I have tried is below.
select MonthName({Blotter.Occured})
case "1": "January"
case "2": "February"
...........