Is it possible, that I create an OLAP table or a histogramm, that categorizes by, lets say 5 different amounts of attributes, and sums the number of cases that belong to one of those categories?
Here is an example:
Case 1 has Attribute A
Case 2 has Attribute A
Case 3 has Attribute B
Case 4 has Attribute C
Case 5 has Attribute D
Case 6 has Attribute E
Case 7 has Attribute E
Case 8 has Attribute E
Case 9 has Attribute E
Case 10 has Attribute E
-> My table should show:
No. of same Attribute Case Count
5 /// 5 --------------(cases 6,7,8,9,10)
2 /// 2 --------------(cases 1,2)
1 /// 3 --------------(cases 3,4,5)
I only want to display the Case Count per No. of same Attributes. Furthermore I want to filter on for example all the cases that have the same amount of attributes.
Would that somehow be possible to Create such a table or histogram within Celonis?
Best regards