I'm very new to Crystal Reports, so this might be a very, very easy question...at least I hope it is!
I would like to do a running total of costs and hours for certain phases. The phases are 6 digit numbers that are 4 digit and 2 digit (i.e. 1111.22) I would like to insert a subtotal only when the first 4 digits changes. At this time it wants to subtotal when the last 2 digits changes.
Like I said, I'm really new, but I've tried to insert the following formula in a running total:
if (left(cost,4))<>(Left(cost,4)) then 0
and I get a subtotal for every phase and it never resets!!
I just don't get it!! help please!
I would like to do a running total of costs and hours for certain phases. The phases are 6 digit numbers that are 4 digit and 2 digit (i.e. 1111.22) I would like to insert a subtotal only when the first 4 digits changes. At this time it wants to subtotal when the last 2 digits changes.
Like I said, I'm really new, but I've tried to insert the following formula in a running total:
if (left(cost,4))<>(Left(cost,4)) then 0
and I get a subtotal for every phase and it never resets!!
I just don't get it!! help please!