Hi,
I have data that shows:
Account# - Type of Product
Any account# can have multiple product types in it, so my data will show repeated acct# with different products assigned to that acct#
I've grouped the data by acct# and did a Count on products per acct#.
I have then created a formula (case) that tells me if an acct# has
"less than 5 products", "5-10 prod" etc. Shown here:
select Count ({'Mar_Dec_11_customer_account_'.product_code}, {'Mar_Dec_11_customer_account_'.account#})
case(1) to (4) : "Less than 5"
case(5) to (10) :"Five to Ten"
case(11) to (20) :"Ten to 20"
case(21) to (10000) :"Greater than 20"
What I would like to do, is group this formula so that I can get a count of how many accounts have less than 5 prod, 5-10 prod, etc.
I did another report very similar to this one using age groups and I was able to group and count the age groups, however, I am unable to select the formula for grouping in this example.
Thank you help, its greatly appreciated.
bnssteve.
Running Crystal 14.0.2.364
I have data that shows:
Account# - Type of Product
Any account# can have multiple product types in it, so my data will show repeated acct# with different products assigned to that acct#
I've grouped the data by acct# and did a Count on products per acct#.
I have then created a formula (case) that tells me if an acct# has
"less than 5 products", "5-10 prod" etc. Shown here:
select Count ({'Mar_Dec_11_customer_account_'.product_code}, {'Mar_Dec_11_customer_account_'.account#})
case(1) to (4) : "Less than 5"
case(5) to (10) :"Five to Ten"
case(11) to (20) :"Ten to 20"
case(21) to (10000) :"Greater than 20"
What I would like to do, is group this formula so that I can get a count of how many accounts have less than 5 prod, 5-10 prod, etc.
I did another report very similar to this one using age groups and I was able to group and count the age groups, however, I am unable to select the formula for grouping in this example.
Thank you help, its greatly appreciated.
bnssteve.
Running Crystal 14.0.2.364