I'm trying to write a report in crystal, but I'm having the hardest time trying to figure out how to get the data sorted the way I want it.
I have a customer list:
Name Type Dollar
Bob B 100
Chris C 1000
Gus F 2
Rudy U 5000
What I basically need to do is First Group all the information by types, then group them according to dollar values. But the grouping of dollar values needs to be further broken down, ex: 0-25, 26-100,101-500, etc.
Can someone help? Thanks
I have a customer list:
Name Type Dollar
Bob B 100
Chris C 1000
Gus F 2
Rudy U 5000
What I basically need to do is First Group all the information by types, then group them according to dollar values. But the grouping of dollar values needs to be further broken down, ex: 0-25, 26-100,101-500, etc.
Can someone help? Thanks