hlmnsbuggy
Technical User
Crystal report 2008, oracle
I have a report grouped by claim number then by transaction dates.
I need to reset to 0 at the different claim number. I placed formula 1 at the group 1 header- claim number
numbervar cnt := 0;
cnt
I placed another formula at group header 2 - transaction dates
whileprintingrecords;
numbervar cnt;
cnt := cnt + 1
But the record number are not reset to 0 at the new claim. Do I miss something in the formula?
Thanks
Ann
I have a report grouped by claim number then by transaction dates.
I need to reset to 0 at the different claim number. I placed formula 1 at the group 1 header- claim number
numbervar cnt := 0;
cnt
I placed another formula at group header 2 - transaction dates
whileprintingrecords;
numbervar cnt;
cnt := cnt + 1
But the record number are not reset to 0 at the new claim. Do I miss something in the formula?
Thanks
Ann