Need a little help, I have been searching for a couple of hours and cannot find anything even close to this problem. I have created a cross tab report in CRystal XI, for three months back, a set of data for each month. I used simple formulas to determine the month Name for the column header, but getting an error on month 3 date because 3 -3 = 0 which I want to be December. This is what is giving me the error
INitial formula to figure month number:
(Month(CurrentDate)) -3
The error comes when I pass to this formula to determine the month name: MonthName({@Month3Date})
Any help would be greatly appreciated. Thanks
INitial formula to figure month number:
(Month(CurrentDate)) -3
The error comes when I pass to this formula to determine the month name: MonthName({@Month3Date})
Any help would be greatly appreciated. Thanks