Hi everyone,
I have a User
table where each user’s accept_industry
field is a list of options from an option set called industry
. This option set has 10 pre-defined choices.
Each user may select multiple options in the accept_industry
field.
I would like to create a chart using the Chart Element in Bubble.io that displays the count of users who have selected each option in the accept_industry
list. Additionally, I would like the chart to show the percentage distribution of these selections.
Could anyone guide me on how to properly set up the data source, grouping, and chart settings to achieve this? Detailed steps would be greatly appreciated.
Thank you!