Forum Discussion
Anonymous
3 years agoNot applicable
How to cluster data in circle chart?
Dear All, I created a circle chart, as mentioned below, with a bunch of values. I would like to show the first 5-10 values seperately, but how can I cluster the rest of the values to one val...
- 3 years ago
Switch(TRUE(), Values(Name of Supplier) = "ABC"," Group 1",
Values(Name of Supplier) ="BCD"," Group 1",
Values(Name of Supplier) ="CDE","Group 1",
etc.....
Anonymous
3 years agoNot applicable
How would this look likke with a sample set of data?
MAwwad
Solution Sage
3 years agoSwitch(TRUE(), Values(Name of Supplier) = "ABC"," Group 1",
Values(Name of Supplier) ="BCD"," Group 1",
Values(Name of Supplier) ="CDE","Group 1",
etc.....