Fi-es
asked on
How to reset Crystal Report's Record Number on change of group?
Hi All,
I need a report of items grouped by item category like below. I use Crystal Report 7.
Category A
1. Item1
2. Item2
3. Item 3
Category B
1. Item4
2. Item5
I get below result:
Category A
1. Item1
2. Item2
3. Item 3
Category B
4. Item4
5. Item5
The problem is...
Item serial number is not reset for each group. You can see Category B starts with item serial number 4. How to reset Record Number on change of group?
Thank You
Regin T
I need a report of items grouped by item category like below. I use Crystal Report 7.
Category A
1. Item1
2. Item2
3. Item 3
Category B
1. Item4
2. Item5
I get below result:
Category A
1. Item1
2. Item2
3. Item 3
Category B
4. Item4
5. Item5
The problem is...
Item serial number is not reset for each group. You can see Category B starts with item serial number 4. How to reset Record Number on change of group?
Thank You
Regin T
why don't you generate serial number from SQL Server itself and bind it to Crystal?????
ASKER
I am supposed not to change the stored procedure. But I have to prepare the report in the format I explained.
I may use formula in crystal report.
I may use formula in crystal report.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
I would do what GJParker recommends, personally.
~Kurt
~Kurt
Did this work ?