atthevilla
MIS
Crystal 10
I know about Group Sort but I can’t quite figure this out. I need to calculate the number of items within a price range. If I create a summary
sum({table.price}, item)
and I want to count the number of items within these price ranges:
$1 – 99
$100 – 499
$500 – 999
$1000 and over
I can use Top N to sort by the sum but I need a count of the number of items within each of the above ranges. Is this possible?
I know about Group Sort but I can’t quite figure this out. I need to calculate the number of items within a price range. If I create a summary
sum({table.price}, item)
and I want to count the number of items within these price ranges:
$1 – 99
$100 – 499
$500 – 999
$1000 and over
I can use Top N to sort by the sum but I need a count of the number of items within each of the above ranges. Is this possible?