cumulative total from one date to another
I have a field called subscription. I want to total
that field from a date say 31.03.2002 till yesterday
i.e. 28.12.2002. I am getting this value incluidng
today i.e 31.03.2002 till 29.12.2002 I used this formula
IF MAXIMUM ({PPFTXN.VOUCHDT}) in date(2002,03,31) TO
date(YEAR(MAXIMUM({PPFTXN.VOUCHDT})),month(MAXIMUM({PPFTXN.VOUCHDT})),01)-1 THEN
0 ELSE
({@subs});
@ subs is the subscription field which is just checking
for null value in case there is a null value.
i am struck at this point.
Can you help me
Thank you in advance
and wish you all a VERY HAPPY AND PROSPEROUS 2003.
BYE
I have a field called subscription. I want to total
that field from a date say 31.03.2002 till yesterday
i.e. 28.12.2002. I am getting this value incluidng
today i.e 31.03.2002 till 29.12.2002 I used this formula
IF MAXIMUM ({PPFTXN.VOUCHDT}) in date(2002,03,31) TO
date(YEAR(MAXIMUM({PPFTXN.VOUCHDT})),month(MAXIMUM({PPFTXN.VOUCHDT})),01)-1 THEN
0 ELSE
({@subs});
@ subs is the subscription field which is just checking
for null value in case there is a null value.
i am struck at this point.
Can you help me
Thank you in advance
and wish you all a VERY HAPPY AND PROSPEROUS 2003.
BYE