I am having trouble getting a report to group sections based on conditions that I set. I think I just don't know how to do this and am hoping it is easy. I want to have my report tell me how many accounts fall within a range of usage based on megabytes. For example: I have two fields on my report called Account and TotalMegs. I want to have a count of Accounts that fall with in a range of totalmegs usage that I specify. I will have 14 different ranges of TotalMegs. I am using crystal reports 11. I hope this all makes sense. Thanks.
Example:
TotalMegs =0
count of accounts
TotalMegs > 0 and < 2.0
count of accounts
TotalMegs >= 2.0 and < 4.0
count of accounts
(and so on)
Example:
TotalMegs =0
count of accounts
TotalMegs > 0 and < 2.0
count of accounts
TotalMegs >= 2.0 and < 4.0
count of accounts
(and so on)