hello all,
iam new to crystal reports.iam using crystal xi and oracle 9i.
i got table name like : fr_recon
and database field name :fr_recon.stand_exam_year(varchar4)
my question is:
i have to compare total recon made by <5yrs,5-10 yrs,10-15 yrs,15-20 yrs,20-30 yrs,>30 yrs based on current stand_exam_year.
i tried formula like :
if tonumber(fr_recon.stand_exam_year)=year(currentdate)
then count(fr_recon.stand_exam_year)
i got the total count for current year as 3440.
but i need to get totals for above years.
pls help me?
thanks.
iam new to crystal reports.iam using crystal xi and oracle 9i.
i got table name like : fr_recon
and database field name :fr_recon.stand_exam_year(varchar4)
my question is:
i have to compare total recon made by <5yrs,5-10 yrs,10-15 yrs,15-20 yrs,20-30 yrs,>30 yrs based on current stand_exam_year.
i tried formula like :
if tonumber(fr_recon.stand_exam_year)=year(currentdate)
then count(fr_recon.stand_exam_year)
i got the total count for current year as 3440.
but i need to get totals for above years.
pls help me?
thanks.