Try using the dbcalc instead. You do not have to create a variable that way. Dan Goldberg
_____ From: [email protected] [mailto:[email protected]] On Behalf Of Jim Belisle Sent: Thursday, March 12, 2009 9:41 AM To: RBASE-L Mailing List Subject: [RBASE-L] - SIMPLE QUESTION I just converted a simple report to 7.6. For some reason my COUNT var will not reset. They reset just fine in 6.5. Below are the var. COUNT_OF_PROMOID = (ifeq(.COUNT_OF_PROMOID,NULL,0,.COUNT_OF_PROMOID) + 1) COUNT_OF_PROMOCAT = (ifeq(.COUNT_OF_PROMOCAT,NULL,0,.COUNT_OF_PROMOCAT) + 1) The var are in the detail section and the breaks are on the PROMOID and PROMOCAT I know it must be simple but your help would be appreciated. Jim

