camellia2000
Programmer
The following is a Crystal Reports issue I’m having:
First -
I created the following formula called @YEAR:
mid({DATE}, 1, 4)
(Date is a string field with a length of 8. Ex. 20031229)
next -
I try to create standard deviation formula called @Ins Stnd:
StdDev (Count ({FILNBR}, {@YEAR))
( FILNBR is also a string)
but when I try to save the 2nd formula, I get the following error msg:
The summary / running total field could not be created
Can someone help me? I would appreciate it very much. Thank you.
First -
I created the following formula called @YEAR:
mid({DATE}, 1, 4)
(Date is a string field with a length of 8. Ex. 20031229)
next -
I try to create standard deviation formula called @Ins Stnd:
StdDev (Count ({FILNBR}, {@YEAR))
( FILNBR is also a string)
but when I try to save the 2nd formula, I get the following error msg:
The summary / running total field could not be created
Can someone help me? I would appreciate it very much. Thank you.