Breaky By Column with two Values: Is it Possible?
Hello DRay Liliia_DevX ,
I am curious if there is a way to display two values with a break by by a category in Sisense? This is a provided example of what I am trying to achieve.
Rafael Ferreira
Posted 10 months ago·Last reply 9 months ago
2 comments
DRay
·9 months agoHi Astroraf
Can you give this a try with Compose SDK?
In Cartesian charts, you can include multiple values on both the X and Y axes and apply a breakdown by categories. This is achieved using the breakBy property in the chart's data options, which allows you to break down the data by a specified category [please refer to https://sisense.dev/guides/sdkPrevious/v1/guides/charts/guide-compose-sdk-charts.html#angular-10 for more info].
Rafael Ferreira
OP9 months agoHi DRay ,
Was seeing if this was available in Sisense and not Compose SDK but I think I answered my own question. Thank you for your repsonse.