I am using Crystal reports 10.0.5 accessing an SQL database.
My brain has turned to mush as I have not had to do this simple task in a few years...
The current report is set-up with a formula for each month in 2006 as a separate formula to only report that months quantity to be able to sum it up in the group below.
A sample of Jan-2006 formula is below.
if Month ({unit.monthEnd}) = 1 then ({unit.manned}/60)
unit.monthend is the last day of each month and unit.manned is the minutes the work center was manned (/60 to convert to hours)
I know I can create a variable formula to do this for ALL months in 2007 and 2007, yet i can not get it to work.
I appreciate any assistance...
(There are 8 of these fields that have a unique formula for each month 96 total formulas...and i really do not want to create all of them the hard way...yes, this is an old report that has been resurrected...)
I appreciate any assitance...and thanks in advance...
Bart
My brain has turned to mush as I have not had to do this simple task in a few years...
The current report is set-up with a formula for each month in 2006 as a separate formula to only report that months quantity to be able to sum it up in the group below.
A sample of Jan-2006 formula is below.
if Month ({unit.monthEnd}) = 1 then ({unit.manned}/60)
unit.monthend is the last day of each month and unit.manned is the minutes the work center was manned (/60 to convert to hours)
I know I can create a variable formula to do this for ALL months in 2007 and 2007, yet i can not get it to work.
I appreciate any assistance...
(There are 8 of these fields that have a unique formula for each month 96 total formulas...and i really do not want to create all of them the hard way...yes, this is an old report that has been resurrected...)
I appreciate any assitance...and thanks in advance...
Bart