Hi Sunil, I believe the functionality you’re looking for here is Computed Attributes which we have only in our GoodData Platform product at this time. Computed attributes allow you to create buckets that are defined by ranges of a metric. A computed attribute breaks the underlying attribute into logical thresholds. More details can be found here:
https://help.gooddata.com/doc/growth/en/workspace-and-user-administration/managing-wo[…]a-and-data-access/manage-attributes/use-computed-attributes/
However, is not available by default in GoodData Cloud, but this should possible to achieve something similar via
SQL Datasets.
You would just need to define the brackets based on your own criteria and then write it in the form of an SQL query, the dataset objects will display as “regular” objects in your workspace and you could apply further customization via a MAQL metric, with the
CASE statement and
metric formatting.
If this isn’t quite what you’re looking for and would like to see the Computed Attributes feature also in our GoodData Cloud product, please let us know and we’ll be happy to mark this for “Product feedback”on your behalf and our Product team will review this for a potential future release.