> I am getting the error > Unable to Create Report Variable (2196) > when trying to declare the following variable > rvWOEarnedHours = SUM OF EarnedHours
Answering my own question, it turns out that the programmer who set up this table had declared EarnedHours as a CURRENCY field. I set my variable in the report to type REAL. Putting the sum into a CURRENCY variable solves the problem. -- Larry
