crystalbeginner15
Programmer
I have created a report which have groups
I have grouped by direction then by lanes
direction
lanes
The way I get is
l-lane and N and S (North and South)
l1(N)
l2(N)
l3(N)
l1 (S)
l2(S)
l3(S)
The way I want to get is when there is change is direction(which is top most group) I should get
l1(N)
l2(N)
l3(N)
l3 (S)
l2(S)
l1(S)
Please help in doing this way.
Thank you.
I have grouped by direction then by lanes
direction
lanes
The way I get is
l-lane and N and S (North and South)
l1(N)
l2(N)
l3(N)
l1 (S)
l2(S)
l3(S)
The way I want to get is when there is change is direction(which is top most group) I should get
l1(N)
l2(N)
l3(N)
l3 (S)
l2(S)
l1(S)
Please help in doing this way.
Thank you.