My second day using Crystal Reports. (Forgive me if my questions are lame!)
Created a formula to use on my report
formula = Choose((Month({WeeklyMapping;1.ReportDate})-1)\3+1,"1st","2nd","3rd","4th") & " Quarter " & Year({WeeklyMapping;1.ReportDate})
But this gives "2nd Quarter 2,004.00" instead of "2nd Quarter 2004" which is what I want.
I've tried Format({WeeklyMapping;1.ReportDate},"yyyy") but it doesn't like that.
Any ideas? I appreciate your help.
-------------------------------------
A sacrifice is harder when no one knows you've made it.
Created a formula to use on my report
formula = Choose((Month({WeeklyMapping;1.ReportDate})-1)\3+1,"1st","2nd","3rd","4th") & " Quarter " & Year({WeeklyMapping;1.ReportDate})
But this gives "2nd Quarter 2,004.00" instead of "2nd Quarter 2004" which is what I want.
I've tried Format({WeeklyMapping;1.ReportDate},"yyyy") but it doesn't like that.
Any ideas? I appreciate your help.
-------------------------------------
A sacrifice is harder when no one knows you've made it.