Is it possible to limit the data to a number and left data combine to Others in GoodDataUI visualizations (specially charts) as like in below snapshot?
Asked
Active
Viewed 72 times
1

Arvind Pal
- 498
- 3
- 14
1 Answers
1
GoodData is currently working on a Ranking Filter functionality that will enable you to limit the number of TOP or BOTTOM results in insights out of the box. It should be released in November 2020, here's a screenshot of work in progress:
However, to achieve the "Other group" behavior you are describing using GD.UI, I would proceed by implementing a custom visualization using the <Execute />
component, and modifying the execution result on the client to achieve the expected behavior.
For more detailed howto, please feel free to ask our GoodData Community.
Disclaimer: I worked at GoodData when answering this.

Bugs Bunny
- 2,496
- 1
- 26
- 32
-
1Thanks @Bugs Bunny for reply. I am also implementing a custom visualization usig
– Arvind Pal Oct 03 '20 at 13:20