Order Number for Group in CrystalReport have many Group
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all ! I am new in program for Crystalreport. In my Report, I have two Group By : School ID, and then Class ID. I want use GroupNUmber in order to Order NUmber the Group School ID ( 1,2,3, ...) But I allway recieve the Order Number of Group Class ID. pls help me How to resolve the problem ! Thank alot ! Example : I want the result the fowllow 1 School1 1 Class1 2 Class2 3 Class3 2 School2 1 Class1 2 Class2 3 School3 1 Class1 But Reruslt : 1 School1 1 Class1 2 Class2 3 Class3 4 School2 4 Class1 5 Class2 6 School3 6 Class1