Forum Discussion
Frequency Count
- 6 years ago
If I read your expected outcome then you don't want to show how many "Active" Plans each customer has. What you are asking for is a bucketing of how many customers a group of plans has, sort of a double histogram. Can you please clarify?
Anyway, here's the first step. Number of active plans per customer.
Next step is to create a measure table to do the grouping, and hopefully also be able to list the customer IDs as a bonus
Question: It would be much simpler if one could start with a static list of
0
1
2
3
4
...
active plans. Would that be acceptable?
If I read your expected outcome then you don't want to show how many "Active" Plans each customer has. What you are asking for is a bucketing of how many customers a group of plans has, sort of a double histogram. Can you please clarify?
Anyway, here's the first step. Number of active plans per customer.
Next step is to create a measure table to do the grouping, and hopefully also be able to list the customer IDs as a bonus
Question: It would be much simpler if one could start with a static list of
0
1
2
3
4
...
active plans. Would that be acceptable?
- Anonymous6 years agoNot applicable
Thanks. That is another way of looking at it - "how many customers a group of plans has"
I see where you are going. though couple of things -
1) I dont need to show the Customer ID column, I need to show a count
2) Static List
2.1) "may" be possible - but there is no known upper limit. It could be about million plans
2.2) what am I joining it to? As in what are you suggesting to use this for?
- lbendlin6 years agoSuper User
2.1 is not about the number of plans, it is about the unique number of plans a group of customers may have. As I said, a double histogram (bucket in a bucket). Even if you have a million customers the number of plans each of them has must be much smaller, no?
- Anonymous6 years agoNot applicable
Ahhh!! That makes sense.
I will try.
Thank you very much.