thebigbadwolf
Programmer
Hello everyone,
i am using CR9 and i am working on a report that has 200 or more formulas.
The thing is that i have done a serious mistake and i should have used running totals...
so, is there a way i can alter a little bit the formulas so they can act like running totals?
The formulas are like:
if isnull({VCR_WORK_ORDER.VWOWO_JOB_REQUEST}) and
date({VCR_WORK_ORDER.VWOWO_END_DATE}) in {?from:} to {?to:} and
month({VCR_WORK_ORDER.VWOWO_REPORT_DATE})=4 and
month({VCR_WORK_ORDER.VWOWO_END_DATE})=5
then count ({VCR_WORK_ORDER.VWOWO_CODE})
when they should be running totals counting the {VCR_WORK_ORDER.VWOWO_CODE} field and in the evaluate formula, i should have placed the previous formula:
isnull({VCR_WORK_ORDER.VWOWO_JOB_REQUEST}) and
date({VCR_WORK_ORDER.VWOWO_END_DATE}) in {?from:} to {?to:} and
month({VCR_WORK_ORDER.VWOWO_REPORT_DATE})=4 and
month({VCR_WORK_ORDER.VWOWO_END_DATE})=5
any advice would be highly appreciated!!!
i am using CR9 and i am working on a report that has 200 or more formulas.
The thing is that i have done a serious mistake and i should have used running totals...
so, is there a way i can alter a little bit the formulas so they can act like running totals?
The formulas are like:
if isnull({VCR_WORK_ORDER.VWOWO_JOB_REQUEST}) and
date({VCR_WORK_ORDER.VWOWO_END_DATE}) in {?from:} to {?to:} and
month({VCR_WORK_ORDER.VWOWO_REPORT_DATE})=4 and
month({VCR_WORK_ORDER.VWOWO_END_DATE})=5
then count ({VCR_WORK_ORDER.VWOWO_CODE})
when they should be running totals counting the {VCR_WORK_ORDER.VWOWO_CODE} field and in the evaluate formula, i should have placed the previous formula:
isnull({VCR_WORK_ORDER.VWOWO_JOB_REQUEST}) and
date({VCR_WORK_ORDER.VWOWO_END_DATE}) in {?from:} to {?to:} and
month({VCR_WORK_ORDER.VWOWO_REPORT_DATE})=4 and
month({VCR_WORK_ORDER.VWOWO_END_DATE})=5
any advice would be highly appreciated!!!