Reset Record Number On Group Change in CR
Hello,
I have developed a report in CR 7 where values are shown group wise.
Now I want to show the "SrNo" for these records, so I am using "Record Number" field.
But the problem is that, altough the group is changed, Record Number is incremented.
What is I want is that,
a. Record Number should be reset after change in group OR
b. Any other way for showing "SrNo"
Thanks,
Re: Reset Record Number On Group Change in CR
You could insert a RunningTotal field
Count every record
Reset on change of group
JG
Re: Reset Record Number On Group Change in CR
Hi jggtz,
Thanks for ur reply.
That worked...problem solved.
Thanks a lot.