kuberacupidagra
Programmer
Hello All,
I have a field named Production Time(PRTM) which is updated in the table once a month. I have to report the accumulated PRTM for the year, basically, YTD_PRTM.
I am extracting todaymonth from current month and totalling for the year.
todaymonth = month(currentdate)
For todaymonth := 1 to 12 Do
(
YTD_PRTM = YTD_PRTM + tablename.PRTM
) exit for
I am new to Crytal Reports. Please let me know what is the problem. I am getting an error "The remaining text does not appear to be part of the formula".
Thanks,
Anil
I have a field named Production Time(PRTM) which is updated in the table once a month. I have to report the accumulated PRTM for the year, basically, YTD_PRTM.
I am extracting todaymonth from current month and totalling for the year.
todaymonth = month(currentdate)
For todaymonth := 1 to 12 Do
(
YTD_PRTM = YTD_PRTM + tablename.PRTM
) exit for
I am new to Crytal Reports. Please let me know what is the problem. I am getting an error "The remaining text does not appear to be part of the formula".
Thanks,
Anil